Contact.HonorificNameSuffix 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 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
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).