SharedWorkspaceLink.URL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.