Aracılığıyla paylaş


ContactManager.IncludeMiddleNameInSystemDisplayAndSort Property

Definition

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

Applies to