Share via


StoredContact.HonorificSuffix Property

Definition

Gets or sets the honorific suffix of the stored contact.

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

void HonorificSuffix(winrt::hstring value);
public string HonorificSuffix { get; set; }
var string = storedContact.honorificSuffix;
storedContact.honorificSuffix = string;
Public Property HonorificSuffix As String

Property Value

String

Platform::String

winrt::hstring

The honorific suffix of the contact.

Implements

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to