SharedWorkspaceTask.Title Property
Sets or gets the title of a SharedWorkspaceTask object. Read/write.
Syntax
expression.Title
expression A variable that represents a SharedWorkspaceTask object.
Return Value
String
Remarks
The Title property is the single required property of a shared workspace task. Use the optional Description property to provide or return additional information about the task.
Example
The following example displays a list of the titles of all tasks in the current shared workspace.
| Visual Basic for Applications |
|---|
|