SortingSortingAttributes Property |
List of Attributes to sort by (and sort direction)
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic SortingAttribute[] SortingAttributes { get; set; }
Public Property SortingAttributes As SortingAttribute()
Get
Set
public:
property array<SortingAttribute^>^ SortingAttributes {
array<SortingAttribute^>^ get ();
void set (array<SortingAttribute^>^ value);
}
member SortingAttributes : SortingAttribute[] with get, set
Property Value
Type:
SortingAttribute
See Also