Gets or sets the subject of this appointment. Namespace: MindFusion.Scheduling
|
C# |
---|
public string Subject { get; set; } |
Visual Basic |
---|
Public Property Subject As String |
A string that identifies the subject of the appointment. The default is an empty string.
This is equivalent to the HeaderText property.