TransactionSearchCriteria.SortDirection Property

Definition

Gets or sets the sort direction.

public:
 property Nullable<Microsoft::MasterDataServices::SortDirection> SortDirection { Nullable<Microsoft::MasterDataServices::SortDirection> get(); void set(Nullable<Microsoft::MasterDataServices::SortDirection> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.SortDirection? SortDirection { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SortDirection : Nullable<Microsoft.MasterDataServices.SortDirection> with get, set
Public Property SortDirection As Nullable(Of SortDirection)

Property Value

One of the values of SortDirection.

Attributes

Applies to