ContactManager.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.
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
|