AddIn.Path Property
Returns a value that indicates the URL to the specified AddIn object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Path As String
Get
'Usage
Dim instance As AddIn
Dim value As String
value = instance.Path
string Path { get; }
Property Value
Type: System.String
Remarks
The path doesn't include a trailing forward slash character—for example, "http://MyServer". Use the PathSeparator property to add a trailing forward slash character even though the PathSeparator property defaults to a backslash (\).