ContactManager.SystemSortOrder Property

Definition

Gets or sets the sort order.

public:
 static property ContactNameOrder SystemSortOrder { ContactNameOrder get(); void set(ContactNameOrder value); };
static ContactNameOrder SystemSortOrder();

static 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 requirements

App capabilities
contactsSystem

Applies to