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 the system setting group should be displayed.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplaySequence As Integer
Get
Set
'Usage
Dim instance As SystemSettingGroup
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
The sequence the system setting group should be displayed.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace