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 sort direction.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SortDirection As SortDirection
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As SortDirection
value = instance.SortDirection
instance.SortDirection = value
[DataMemberAttribute]
public SortDirection SortDirection { get; set; }
[DataMemberAttribute]
public:
property SortDirection SortDirection {
SortDirection get ();
void set (SortDirection value);
}
[<DataMemberAttribute>]
member SortDirection : SortDirection with get, set
function get SortDirection () : SortDirection
function set SortDirection (value : SortDirection)
Property Value
Type: Microsoft.MasterDataServices.SortDirection
A new instance of type SortDirection. Possible values are Asc (ascending) or Desc (descending).
Remarks
This property is optional.