SharedWorkspaceLink.Description Property
Returns or sets a descriptive String value for the specified SharedWorkspaceLink object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim sharedWorkspaceLink1 As SharedWorkspaceLink
Dim returnValue As String
returnValue = sharedWorkspaceLink1.Description
Dim sampleValue As String
sharedWorkspaceLink1.Description = sampleValue
Syntax
Property Description() As String
string Description {get; set;}
property String^ Description{
String^ get();
Void set(String^);
}
public System.String get_Description();
public void set_Description(System.String);
function get Description() : String;
function set Description(String);
Remarks
The Description property is optional when a new shared workspace link or task is created, and may be empty.
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