Partager via


Propriété ValidationSearchCriteria.SortColumn

Gets or sets the sort column.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property SortColumn As String 
    Get 
    Set
'Utilisation
Dim instance As ValidationSearchCriteria 
Dim value As String 

value = instance.SortColumn

instance.SortColumn = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string SortColumn { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ SortColumn {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member SortColumn : string with get, set
function get SortColumn () : String 
function set SortColumn (value : String)

Valeur de propriété

Type : System.String
The sort column.

Voir aussi

Référence

ValidationSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts