Appointment.Subject Property

Definition

Gets or sets a string that communicates the subject of the appointment. Subject is of type String and a maximum of 255 characters in length.

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

void Subject(winrt::hstring value);
public string Subject { get; set; }
var string = appointment.subject;
appointment.subject = string;
Public Property Subject As String

Property Value

String

Platform::String

winrt::hstring

The subject of the appointment.

Windows requirements

App capabilities
appointmentsSystem

Applies to