Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the sequence in which the system setting should be displayed.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplaySequence As Integer
Get
Set
'Usage
Dim instance As SystemSetting
Dim value As Integer
value = instance.DisplaySequence
instance.DisplaySequence = value
[DataMemberAttribute]
public int DisplaySequence { get; set; }
[DataMemberAttribute]
public:
property int DisplaySequence {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member DisplaySequence : int with get, set
function get DisplaySequence () : int
function set DisplaySequence (value : int)
Property Value
Type: System.Int32
An integer that represents the sequence.