Partager via


AppointmentInvitee.DisplayName Propriété

Définition

Obtient ou définit une chaîne qui communique le nom d’affichage d’un participant à un rendez-vous. Le nom d’affichage est hérité d’IAppointmentParticipant, de type String et d’une longueur maximale de 256 caractères.

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

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = appointmentInvitee.displayName;
appointmentInvitee.displayName = string;
Public Property DisplayName As String

Valeur de propriété

String

Platform::String

winrt::hstring

Nom d’affichage d’un participant à un rendez-vous.

Implémente

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à