Chili.Opf3 Send comments on this topic.
SortOrder Property
See Also 
Chili.Opf3.Query.OPathParser Namespace > OESortByMember Class : SortOrder Property




Returns the sort direction.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SortOrder As SortOrders
Visual Basic (Usage)Copy Code
Dim instance As OESortByMember
Dim value As SortOrders
 
value = instance.SortOrder
C# 
public SortOrders SortOrder {get;}
Managed Extensions for C++ 
public: __property SortOrders get_SortOrder();
C++/CLI 
public:
property SortOrders SortOrder {
   SortOrders get();
}

Return Value

Sort direction of the SortBy statement.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also