Właściwość EntityMembersGetCriteria.SortDirection
Pobiera lub Ustawia kierunek sortowania.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SortDirection As SortDirection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.SortDirection
Nowe wystąpienie typu SortDirection.Możliwe wartości to (rosnąco) Asc lub Desc (malejąco).
Uwagi
Ta właściwość jest opcjonalna.