SharedWorkspace.URL Property
Returns the top-level Uniform Resource Locator (URL) of the shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim sharedWorkspace1 As SharedWorkspace
Dim returnValue As String
returnValue = sharedWorkspace1.URL
Syntax
ReadOnly Property URL() As String
string URL {get;}
property String^ URL{
String^ get();
}
public System.String get_URL();
function get URL() : String;
Remarks
The URL property returns the address of the shared workspace in this format: http://server/sites/user/workspace/.
The URL property returns a URL-encoded string. For example, a space in the folder name is represented by %20.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
SharedWorkspace Interface
Microsoft.Office.Core Namespace