Свойство SystemSetting.DisplaySequence
Gets or sets the sequence in which the system setting should be displayed.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property DisplaySequence As Integer
Get
Set
'Применение
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)
Значение свойства
Тип: System.Int32
An integer that represents the sequence.