Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a PipelineCollection object containing the collection of pipelines used on the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Pipelines As PipelineCollection
'Usage
Dim instance As CommerceContext
Dim value As PipelineCollection
value = instance.Pipelines
public PipelineCollection Pipelines { get; }
public:
property PipelineCollection^ Pipelines {
PipelineCollection^ get ();
}
public function get Pipelines () : PipelineCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Pipelines..::.PipelineCollection
The PipelineCollection collection of pipelines used on the site.
Remarks
Stores a PipelineCollection object representing the collection of Pipelines objects configured for the site.
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.