ValidationSearchCriteria.SortDirection Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sort direction.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public SortDirection SortDirection { get; set; }
public:
[DataMemberAttribute]
property SortDirection SortDirection {
    SortDirection get();
    void set(SortDirection value);
}
[<DataMemberAttribute>]
member SortDirection : SortDirection with get, set
<DataMemberAttribute>
Public Property SortDirection As SortDirection

Property Value

Type: Microsoft.MasterDataServices.SortDirection

The sort direction.

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top