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.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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>
One of the values of SortDirection.