Search
Item.task Property
See Also
 






Gets or sets the Task associated with this Item.

Namespace: MindFusion.Scheduling
Assembly: Item.js

 Syntax

JavaScript  Copy Code

get task() {}
set task(value) {}

 Property Value

An instance of the Task class.

 See Also