Partager via


IContactInformation.GivenName Propriété

Définition

Obtient ou définit le nom donné d’un contact.

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

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom donné d’un contact.

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

S’applique à

Voir aussi