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





Gets or sets the detailed description of this task.

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

 Syntax

C#  Copy Code

public string Details { get; set; }

Visual Basic  Copy Code

Public Property Details As String

 Property Value

A string containing the task's details text. The default is an empty string.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace