AppointmentCalendar.DisplayName Property

Definition

Gets a string representing the display name for the AppointmentCalendar.

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

Property Value

String

Platform::String

winrt::hstring

A string representing the display name for the AppointmentCalendar.

Windows requirements

App capabilities
appointmentsSystem

Applies to