Compartir a través de


IContactInformation.FamilyName Propiedad

Definición

Obtiene o establece el nombre de familia de un contacto.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre de familia de un contacto.

Requisitos de Windows

Características de aplicaciones
ID_CAP_CONTACTS [Windows Phone]

Se aplica a

Consulte también