MindFusion.Scheduling for ASP.NET Programmer's Guide
Appointment.Subject Property
See Also
 





Gets or sets the subject of this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public string Subject { get; set; }

Visual Basic  Copy Code

Public Property Subject As String

 Property Value

A string that identifies the subject of the appointment. The default is an empty string ("").

 Remarks

This is equivalent to the HeaderText property.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace