ApplicationClass.ComponentStorePath 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 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