KnownContactProperties.YomiGivenName Property

Definition

Gets the YomiGivenName property name.

public:
 static property Platform::String ^ YomiGivenName { Platform::String ^ get(); };
static winrt::hstring YomiGivenName();
public static string YomiGivenName { get; }
var string = KnownContactProperties.yomiGivenName;
Public Shared ReadOnly Property YomiGivenName As String

Property Value

String

Platform::String

winrt::hstring

The YomiGivenName property name.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Remarks

The value returned for the YomiGivenName key in a contact Properties collection is a string.

Applies to