Share via


PipelineCollection.Count Property (BCL)

The Count property is a read-only Int32 that gets the number of pipelines contained in the collection.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property Count As System.Int32

[C#]

public virtual System.Int32 Count{get;} 

Property Value

The number of pipelines contained in the collection.

Implements

System.Collections.ICollections

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.