Gets or sets the detailed description of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string Details { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Details As String |
A string containing the appointment's description. The default is an empty string.
RemarksThis property is equivalent to DescriptionText.
See Also