Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<DataMemberAttribute> _
Public Property SortOrder As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The order of the child member among its siblings, relative to the parent.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace