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 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>)
Property Value
Type: System.Nullable<SortDirection>
One of the values of SortDirection.