Share via


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

See Also

Reference

PipelineBase Class

PipelineBase Members

Microsoft.CommerceServer.Runtime.Pipelines Namespace