SharedWorkspaceLink.URL Property

Definition

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

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.URL : string with get, set
Default Public Property URL As String

Property Value

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.

Applies to