SharedWorkspaceTask.Description Property
Returns or sets a descriptive String value for the specified SharedWorkspaceTask object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Description As String
Get
Set
'Usage
Dim instance As SharedWorkspaceTask
Dim value As String
value = instance.Description
instance.Description = value
string Description { get; set; }
Property Value
Type: System.String
Remarks
The Description property is optional when a new shared workspace link or task is created, and may be empty.