Gets or sets the subject of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public override string Subject { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Subject As String |
A string that identifies the subject of the appointment. The default is an empty string.
RemarksThis is equivalent to the HeaderText property.
See Also