Condividi tramite


Proprietà Collection.SortOrder

Gets or sets an integer that indicates the sort order of members in the collection.

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

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property SortOrder As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Collection 
Dim value As Integer 

value = instance.SortOrder

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

Valore proprietà

Tipo: System.Int32
An integer that indicates the sort order of members in the collection.

Vedere anche

Riferimento

Collection Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts