SystemSetting.DisplaySequence Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sequence in which the system setting should be displayed.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: System.Int32

An integer that represents the sequence.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top