Gets or sets the subject of this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string Subject { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Subject As String |
A string containing the task subject text. The default is an empty string.
See Also