PipelineConfigPath Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the path to the pipeline configuration (PCF) file.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property PipelineConfigPath As String
'Usage
Dim instance As PipelineBase
Dim value As String
value = instance.PipelineConfigPath
public string PipelineConfigPath { get; }
public:
property String^ PipelineConfigPath {
String^ get ();
}
public function get PipelineConfigPath () : String
Property Value
Type: System..::.String
The path to the pipeline configuration (PCF) file.
Remarks
Gets the path to the pipeline configuration (PCF) file.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.