Partager via


ContactSignificantOther.Name Propriété

Définition

Obtient ou définit le nom d’un autre contact significatif. La longueur de chaîne maximale pour le nom est de 256 caractères.

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

void Name(winrt::hstring value);
public string Name { get; set; }
var string = contactSignificantOther.name;
contactSignificantOther.name = string;
Public Property Name As String

Valeur de propriété

String

Platform::String

winrt::hstring

Nom d’une autre personne importante pour un contact. La longueur de chaîne maximale pour le nom est de 256 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à