PocketPlanner Programmer's Guide

TaskCollection.Item Property

See Also

Gets a Task object from the collection given its zero-based index or identifier.

 Overload List

Name Description

TaskCollection.Item (Int32)

Gets or sets the task object located at the specified position within this collection.

TaskCollection.Item (String)

Gets the task object identified by the specified string.

 See Also