Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an integer value that represents the sort order for the member within the hierarchy / parent.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SortOrder As Integer
Get
Set
'Usage
Dim instance As Parent
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)
Property Value
Type: System.Int32
An integer.