PocketPlanner Programmer's Guide

Item.Task Property

See Also

Gets or sets the task associated with this item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract Task Task { get; set; }

Visual Basic

Public MustOverride Property Task As Task

 Property Value

An instance of the Task class.

 See Also