PocketPlanner Programmer's Guide

Selection.Task Property

See Also

Gets the task related to the current selection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Task Task { get; }

Visual Basic

Public ReadOnly Property Task As Task

 Property Value

The task related to the current selection or null (Nothing in Visual Basic) if there are no selected cells or the current selection is not associated with a task.

 See Also