[This is preliminary documentation and is subject to change.]
The array of the ids of the order by fields
Namespace:
OfficeClip.BusinessLayer.Metabase.FilterAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int[] OrderByFields { get; set; } |
Visual Basic (Declaration) |
---|
Public Property OrderByFields As Integer() |
Visual C++ |
---|
public: property array<int>^ OrderByFields { array<int>^ get (); void set (array<int>^ value); } |