IContactInformation.HonorificPrefix Property

Definition

Gets or sets the honorific prefix of a contact.

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

void HonorificPrefix(winrt::hstring value);
public string HonorificPrefix { get; set; }
var string = iContactInformation.honorificPrefix;
iContactInformation.honorificPrefix = string;
Public Property HonorificPrefix As String

Property Value

String

Platform::String

winrt::hstring

The honorific prefix of a contact.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to

See also