ContactManager.IncludeMiddleNameInSystemDisplayAndSort 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 a Boolean that indicates whether the middle name of a contact is included in the DisplayName and SortName of a contact.
public:
static property bool IncludeMiddleNameInSystemDisplayAndSort { bool get(); void set(bool value); };
static bool IncludeMiddleNameInSystemDisplayAndSort();
static void IncludeMiddleNameInSystemDisplayAndSort(bool value);
public static bool IncludeMiddleNameInSystemDisplayAndSort { get; set; }
var boolean = ContactManager.includeMiddleNameInSystemDisplayAndSort;
ContactManager.includeMiddleNameInSystemDisplayAndSort = boolean;
Public Shared Property IncludeMiddleNameInSystemDisplayAndSort As Boolean
Property Value
Boolean
bool
true
if the middle name of a contact is included in the DisplayName and SortName of a contact; otherwise, false
.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
contactsSystem
|