SharedWorkspaceLink.Notes Property
Returns or sets the optional notes associated with a shared workspace link.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim sharedWorkspaceLink1 As SharedWorkspaceLink
Dim returnValue As String
returnValue = sharedWorkspaceLink1.Notes
Dim sampleValue As String
sharedWorkspaceLink1.Notes = sampleValue
Syntax
Property Notes() As String
string Notes {get; set;}
property String^ Notes{
String^ get();
Void set(String^);
}
public System.String get_Notes();
public void set_Notes(System.String);
function get Notes() : String;
function set Notes(String);
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
SharedWorkspaceLink Interface
Microsoft.Office.Core Namespace