Gets the sort keys applicable for this navigation.

C# | Visual Basic | Visual C++ |
public virtual ERecSortKeyList SortKeys{ get;}
Public Overridable ReadOnly Property SortKeys As ERecSortKeyList
public: virtual property ERecSortKeyList^ SortKeys { ERecSortKeyList^ get (); }

Sort keys of this navigation. Even if there are no sort keys, a
valid ERecSortKeyList will be returned.

Method will always return a ERecSortKeyList, but the
list may be empty if no sort keys are present.