ContactManager.SystemDisplayNameOrder 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 display name order.
public:
static property ContactNameOrder SystemDisplayNameOrder { ContactNameOrder get(); void set(ContactNameOrder value); };
static ContactNameOrder SystemDisplayNameOrder();
static void SystemDisplayNameOrder(ContactNameOrder value);
public static ContactNameOrder SystemDisplayNameOrder { get; set; }
var contactNameOrder = ContactManager.systemDisplayNameOrder;
ContactManager.systemDisplayNameOrder = contactNameOrder;
Public Shared Property SystemDisplayNameOrder As ContactNameOrder
Property Value
Specifies the display name order.
Windows requirements
App capabilities |
contactsSystem
|