ValidationSearchCriteria.SortColumn 属性
Gets or sets the sort column.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SortColumn As String
Get
Set
用法
Dim instance As ValidationSearchCriteria
Dim value As String
value = instance.SortColumn
instance.SortColumn = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string SortColumn { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ SortColumn {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SortColumn : string with get, set
function get SortColumn () : String
function set SortColumn (value : String)
属性值
类型:System.String
The sort column.