共用方式為


SharedWorkspace.URL Property

Returns the top-level Uniform Resource Locator (URL) of the shared workspace.

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

Syntax

'Declaration
ReadOnly Property URL As String
    Get
'Usage
Dim instance As SharedWorkspace
Dim value As String

value = instance.URL
string URL { get; }

Property Value

Type: System.String

Remarks

The URL property returns the address of the shared workspace in this format: https://server/sites/user/workspace/.

The URL property returns a URL-encoded string. For example, a space in the folder name is represented by %20.

See Also

Reference

SharedWorkspace Interface

SharedWorkspace Members

Microsoft.Office.Core Namespace