AddIn.Path Property

Definition

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 (\).

Applies to