SharedWorkspaceLink.URL Property

Returns or sets the uniform resource locator (URL) of the link saved in the shared workspace.

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

Syntax

'Declaration
Default Property URL As String
    Get
    Set
'Usage
Dim instance As SharedWorkspaceLink
Dim value As String

value = instance

instance = value
string this { get; set; }

Property Value

Type: System.String

Remarks

Use the URL property of the SharedWorkspaceLink object to retrieve the web address saved in the shared workspace link. Use the optional Description and Notes properties to retrieve additional information about the link.

The URL property returns a URL-encoded string. For example, a space in the folder name is represented by %20. Use a simple function to replace this escaped character with a space.

See Also

Reference

SharedWorkspaceLink Interface

SharedWorkspaceLink Members

Microsoft.Office.Core Namespace