Partilhar via


Propriedade do RDL AttributeGroup.SortOrder

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property SortOrder As Integer 
    Get 
    Set
'Uso
Dim instance As AttributeGroup 
Dim value As Integer 

value = instance.SortOrder

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

Valor da propriedade

Tipo: System.Int32
The sort order of the attribute group.

Consulte também

Referência

AttributeGroup Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts