SharedWorkspaceTasks Object Members
A collection of the SharedWorkspaceTask objects in the current shared workspace site.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a task to the list of tasks in a shared workspace. Returns a SharedWorkspaceTask object. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the SharedWorkspaceTasks object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Count | Gets a Long indicating the number of items in the SharedWorkspaceTasks object. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the SharedWorkspaceTasks object was created. Read-only. |
| Item | Gets a SharedWorkspaceTask object from the Tasks collection of the shared workspace. Read-only. |
| ItemCountExceeded | Gets a Boolean value that indicates whether the number of SharedWorkspaceTasks items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane. Read-only. |
| Parent | Getss the Parent object for the SharedWorkspaceTasks object. Read-only. |