Pipelines Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the site pipelines collection.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Pipelines As PipelineCollection
'Usage
Dim value As PipelineCollection

value = CommerceApplicationModule.Pipelines
public static PipelineCollection Pipelines { get; }
public:
static property PipelineCollection^ Pipelines {
    PipelineCollection^ get ();
}
public static function get Pipelines () : PipelineCollection

Property Value

Type: Microsoft.CommerceServer.Runtime.Pipelines..::.PipelineCollection
The PipelineCollection instance for the site.

Remarks

The returned PipelineCollection is the collection of pipelines configured for the site.

Permissions

See Also

Reference

CommerceApplicationModule Class

CommerceApplicationModule Members

Microsoft.CommerceServer.Runtime Namespace