IContactInformation.FamilyName Property

Definition

Gets or sets the family name of a 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 = iContactInformation.familyName;
iContactInformation.familyName = string;
Public Property FamilyName As String

Property Value

String

Platform::String

winrt::hstring

The family name of a contact.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to

See also