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





Gets or sets the subject of this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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