AddIn.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates the URL to the specified AddIn object.
public:
property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String
Property Value
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 (\).