ApplicationClass.ComponentStorePath Property

Definition

Returns the path where pipeline components are stored. This property is read-only.

public:
 virtual property System::String ^ ComponentStorePath { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public virtual string ComponentStorePath { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.ComponentStorePath : string
Public Overridable ReadOnly Property ComponentStorePath As String

Property Value

The location of the pipeline components.

Implements

Attributes

Applies to