Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IReleaseType Interface / Sequence Property

In This Topic
    Sequence Property (IReleaseType)
    In This Topic
    The order of this release type in the set of release types. Higher values are closer to final release, lower are closer to development.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sequence As Integer
    int Sequence {get;}
    Remarks
    The lowest release type is the raw development release type, automatically used for each build. The highest release type is the most public, production release type.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also