共用方式為


SystemSettingGroup.DisplaySequence 屬性

Gets or sets the sequence in which the setting groups are most logically displayed.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property DisplaySequence As Integer
    Get
    Set
'用途
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)

屬性值

型別:System.Int32
An integer that represents the sequence.

請參閱

參考

SystemSettingGroup 類別

Microsoft.MasterDataServices 命名空間