Partager via


Contact.Notes Propriété

Définition

Obtient ou définit des notes pour un contact. La longueur de chaîne maximale pour les notes est de 4 096 caractères.

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

void Notes(winrt::hstring value);
public string Notes { get; set; }
var string = contact.notes;
contact.notes = string;
Public Property Notes As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient des notes pour un contact. La longueur de chaîne maximale pour les notes est de 4 096 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à