ContactManager.SystemSortOrder Property
Definition
Gets or sets the sort order.
public:
static property ContactNameOrder SystemSortOrder { ContactNameOrder get(); void set(ContactNameOrder value); };
ContactNameOrder SystemSortOrder();
void SystemSortOrder(ContactNameOrder value);
public static ContactNameOrder SystemSortOrder { get; set; }
var contactNameOrder = ContactManager.systemSortOrder;
ContactManager.systemSortOrder = contactNameOrder;
Public Shared Property SystemSortOrder As ContactNameOrder
Property Value
Specifies the sort order.
Windows 10 requirements
App capabilities |
contactsSystem
|