ValidationSearchCriteria.SortColumn Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sort column.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public string SortColumn { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ SortColumn {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SortColumn : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property SortColumn As String

Property Value

Type: System.String

The sort column.

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top