TransactionSearchCriteria.SortDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the data will be sorted.
public:
property Nullable<Microsoft::MasterDataServices::Services::DataContracts::SortDirection> SortDirection { Nullable<Microsoft::MasterDataServices::Services::DataContracts::SortDirection> get(); void set(Nullable<Microsoft::MasterDataServices::Services::DataContracts::SortDirection> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.SortDirection? SortDirection { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SortDirection : Nullable<Microsoft.MasterDataServices.Services.DataContracts.SortDirection> with get, set
Public Property SortDirection As Nullable(Of SortDirection)
Property Value
The data that will be sorted.
- Attributes