SortColumn プロパティ

並べ替え列を取得または設定します。

名前空間:  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
並べ替え列を表す文字列。