CommerceContext.Pipelines Property (BCL)

The Pipelines property is the read-only PipelineCollection object used on the site.

Definition

[Visual Basic .NET]

Public ReadOnly Property Pipelines As PipelineCollection

[C#]

public PipelineCollection Pipelines{get;} 

Property Value

The pipeline collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to read a pipeline collection and display its properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.