EntityMembersGetCriteria.SortDirection Property

Definition

Gets or sets the sort direction.

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

Property Value

A new instance of type SortDirection. Possible values are Asc (ascending) or Desc (descending).

Attributes

Remarks

This property is optional.

Applies to