TransactionSearchCriteria.SortColumn-Eigenschaft
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> _
Public Property SortColumn As String
Get
Set
'Usage
Dim instance As TransactionSearchCriteria
Dim value As String
value = instance.SortColumn
instance.SortColumn = value
[DataMemberAttribute]
public string SortColumn { get; set; }
[DataMemberAttribute]
public:
property String^ SortColumn {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SortColumn : string with get, set
function get SortColumn () : String
function set SortColumn (value : String)
Eigenschaftswert
Typ: System.String
The sort column.
Siehe auch
Verweis
TransactionSearchCriteria Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace