SharedWorkspaceLink.Notes Property
Returns or sets the optional notes associated with a shared workspace link.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Notes As String
Get
Set
'Usage
Dim instance As SharedWorkspaceLink
Dim value As String
value = instance.Notes
instance.Notes = value
string Notes { get; set; }
Property Value
Type: System.String