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 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
- 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.
See Also
Reference
CommerceApplicationModule Class