Compartir a través de


ValidationSearchCriteria.SortColumn Propiedad

Gets or sets the sort column.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The sort column.

Vea también

Referencia

ValidationSearchCriteria Clase

Espacio de nombres Microsoft.MasterDataServices