Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property SequenceId As Integer
public int SequenceId { get; set; }
public:
virtual property int SequenceId {
    int get () sealed;
    void set (int value) sealed;
}
abstract SequenceId : int with get, set 
override SequenceId : int with get, set
final function get SequenceId () : int 
final function set SequenceId (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.