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 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>)
Property Value
Type: System.Nullable<SortDirection>
The sort direction of the data.
See Also
Reference
TransactionSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace