Condividi tramite


Proprietà SortOrder

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SortOrder As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Int32
An integer representing the sort order.