SharedWorkspaceTask.Title Property
Returns or sets the title of a SharedWorkspaceTask object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Default Property Title As String
Get
Set
'Usage
Dim instance As SharedWorkspaceTask
Dim value As String
value = instance
instance = value
string this { get; set; }
Property Value
Type: System.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.