Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the sort column.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property SortColumn As String
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As String
value = instance.SortColumn
instance.SortColumn = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string SortColumn { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ SortColumn {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member SortColumn : string with get, set
function get SortColumn () : String
function set SortColumn (value : String)
Property Value
Type: System.String
The sort column.
See Also
Reference
ValidationSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace