ContactManagerForUser.SystemSortOrder Property

Definition

Gets or sets the sort order for contacts. For example, sort by last name or first name.

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

void SystemSortOrder(ContactNameOrder value);
public ContactNameOrder SystemSortOrder { get; set; }
var contactNameOrder = contactManagerForUser.systemSortOrder;
contactManagerForUser.systemSortOrder = contactNameOrder;
Public Property SystemSortOrder As ContactNameOrder

Property Value

The sort order.

Windows requirements

App capabilities
contactsSystem

Applies to