ISPWTool.URL Property
Gets the tool URL.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)
Syntax
'Declaration
ReadOnly Property URL As Uri
Get
'Usage
Dim instance As ISPWTool
Dim value As Uri
value = instance.URL
Uri URL { get; }
Property Value
Type: System.Uri
The tool URL
Remarks
The tool URL is unique for each instance of a tool that is added to a workspace. If you are persisting data locally to a file, you can use the tool URL to distinguish between different instances of the add-in in different workspaces (or in a single workspace).