TransactionSearchCriteria.SortColumn 属性

Gets or sets the sort column.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property SortColumn As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string that represents the sort column.

请参阅

参考

TransactionSearchCriteria 类

Microsoft.MasterDataServices 命名空间