3dak Client

ContactList.ContactItems.SortOrder Property

Define in what Order the ResultSet sould be Sorted.

[Visual Basic]
Public Property ContactList.ContactItems.SortType As 
[C#]
public SortType ContactList.ContactItems.SortType { get; set; }
[C++]
public: __property  get_ContactList.ContactItems.SortType();
public: __property void set_ContactList.ContactItems.SortType(SortType );
[JScript]
public function get ContactList.ContactItems.SortType() : SortType
public function set ContactList.ContactItems.SortType(SortType);

Remarks

SortBy Property must be set.

See Also

ContactList.ContactItems Class | ppm3dakClient.Contacts Namespace | SortBy