Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the sequence in which the setting groups are most logically 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 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
An integer that represents the sequence.