Compartir a través de


TransactionSearchCriteria.SortDirection Propiedad

Definición

Especifica cómo se ordenarán los datos.

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)

Valor de propiedad

Los datos que se ordenarán.

Atributos

Se aplica a