共用方式為


AttributeGroup.SortOrder 屬性

Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

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

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SortOrder As Integer
    Get
    Set
'用途
Dim instance As AttributeGroup
Dim value As Integer

value = instance.SortOrder

instance.SortOrder = value
[DataMemberAttribute(EmitDefaultValue = false)]
public int SortOrder { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int SortOrder {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SortOrder : int with get, set
function get SortOrder () : int
function set SortOrder (value : int)

屬性值

型別:System.Int32
An integer representing the sort order.

請參閱

參考

AttributeGroup 類別

Microsoft.MasterDataServices 命名空間