TransactionSearchCriteria.SortDirection Property

Definition

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

Applies to