Właściwość TransactionSearchCriteria.SortColumn
Pobiera lub ustawia Sortuj kolumna.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SortColumn As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący Sortuj kolumna.