Condividi tramite


Proprietà ValidationSearchCriteria.SortColumn

Gets or sets the sort column.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SortColumn As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The sort column.

Vedere anche

Riferimento

ValidationSearchCriteria Classe

Spazio dei nomi Microsoft.MasterDataServices