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





Gets or sets the subject of the task.

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 specifies the subject. Default is an empty string.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace