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





Gets or sets the detailed description of the Task.

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

 Syntax

C#  Copy Code

public string Details { get; set; }

Visual Basic  Copy Code

Public Property Details As String

 Property Value

A string that specifies the description. Default value is an empty string ("").

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace