Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.