ContactManagerForUser.SystemSortOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|