SharedWorkspaceLink.Description Property

Returns or sets a descriptive String value for the specified SharedWorkspaceLink object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Description As String
    Get
    Set
'Usage
Dim instance As SharedWorkspaceLink
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.

See Also

Reference

SharedWorkspaceLink Interface

SharedWorkspaceLink Members

Microsoft.Office.Core Namespace