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





Gets or sets the task associated with this item.

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

 Syntax

C#  Copy Code

public abstract Task Task { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Task As Task

 Property Value

An instance of the Task class.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace