Propriedade do RDL SortColumn
Gets or sets the sort column.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property SortColumn As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A string that represents the sort column.