SharedWorkspaceTasks.Item Property
Gets a SharedWorkspaceTask object from the Tasks collection of the shared workspace. Read-only.
Syntax
expression.Item(Index)
expression Required. A variable that represents a SharedWorkspaceTasks object. The specified SharedWorkspaceTasks collection.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Long | Returns the SharedWorkspaceTask at the position specified. The returned SharedWorkspaceTask object does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display. |