ContactManagerForUser.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 for contacts.
public:
property ContactNameOrder SystemDisplayNameOrder { ContactNameOrder get(); void set(ContactNameOrder value); };
ContactNameOrder SystemDisplayNameOrder();
void SystemDisplayNameOrder(ContactNameOrder value);
public ContactNameOrder SystemDisplayNameOrder { get; set; }
var contactNameOrder = contactManagerForUser.systemDisplayNameOrder;
contactManagerForUser.systemDisplayNameOrder = contactNameOrder;
Public Property SystemDisplayNameOrder As ContactNameOrder
Property Value
The display name order for contacts.
Windows requirements
App capabilities |
contactsSystem
|