ParentChild.SortOrder Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[DataMemberAttribute]
public int SortOrder { get; set; }
public:
[DataMemberAttribute]
property int SortOrder {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member SortOrder : int with get, set
<DataMemberAttribute>
Public Property SortOrder As Integer

Property Value

Type: System.Int32

The order of the child member among its siblings, relative to the parent.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top