Partager via


Propriété ParentChild.SortOrder

Gets or sets the order of the child member among its siblings, relative to the parent.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SortOrder As Integer 
    Get 
    Set
'Utilisation
Dim instance As ParentChild 
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)

Valeur de propriété

Type : System.Int32
The order of the child member among its siblings, relative to the parent.

Voir aussi

Référence

ParentChild Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts