Share via


IAppointmentParticipant.DisplayName Property

Definition

Gets or sets a string that communicates the display name of a participant of an appointment. The display name is optional, of type String, and a maximum of 256 characters in length.

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 = iAppointmentParticipant.displayName;
iAppointmentParticipant.displayName = string;
Public Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name of a participant of an appointment.

Windows requirements

App capabilities
appointmentsSystem

Applies to