Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the sort direction of the data.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SortDirection As Nullable(Of SortDirection)
Get
Set
'Usage
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of SortDirection)
value = instance.SortDirection
instance.SortDirection = value
[DataMemberAttribute]
public Nullable<SortDirection> SortDirection { get; set; }
[DataMemberAttribute]
public:
property Nullable<SortDirection> SortDirection {
Nullable<SortDirection> get ();
void set (Nullable<SortDirection> value);
}
[<DataMemberAttribute>]
member SortDirection : Nullable<SortDirection> with get, set
function get SortDirection () : Nullable<SortDirection>
function set SortDirection (value : Nullable<SortDirection>)
Eigenschaftswert
Typ: System.Nullable<SortDirection>
The sort direction of the data.
Siehe auch
Verweis
TransactionSearchCriteria Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace