Contact.HonorificNameSuffix Property

Definition

Gets or sets the honorific suffix for the name for a contact. The maximum string length for the honorific suffix is 32 characters.

public:
 property Platform::String ^ HonorificNameSuffix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HonorificNameSuffix();

void HonorificNameSuffix(winrt::hstring value);
public string HonorificNameSuffix { get; set; }
var string = contact.honorificNameSuffix;
contact.honorificNameSuffix = string;
Public Property HonorificNameSuffix As String

Property Value

String

Platform::String

winrt::hstring

The honorific suffix for the name for a contact. The maximum string length for the honorific suffix is 32 characters.

Windows requirements

App capabilities
contactsSystem

Remarks

A suffix follows the contact's name and provides additional info about the contact, like an academic degree (M.D. for medical doctor).

Applies to