SPCalendarItem.WorkSpaceLink Property
Gets or sets the string value that represents the workspace link.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property WorkSpaceLink As String
Get
Set
'Usage
Dim instance As SPCalendarItem
Dim value As String
value = instance.WorkSpaceLink
instance.WorkSpaceLink = value
public string WorkSpaceLink { get; set; }
Property Value
Type: System.String