Share via


StoredContact.FamilyName Property

Definition

Gets or sets the family name of the stored contact.

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

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

Property Value

String

Platform::String

winrt::hstring

The family name of the contact.

Implements

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to