BRItem.Sequence Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sequence.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public int Sequence { get; set; }
public:
[DataMemberAttribute]
property int Sequence {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member Sequence : int with get, set
<DataMemberAttribute>
Public Property Sequence As Integer

Property Value

Type: System.Int32

The sequence.

See Also

BRItem Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top