AddIn.Path Property
Returns a string that represents the path to the specified AddIn object. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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 does not include the final backslash (\) or the name of the specified object.