ContentItemCollection.Count Property (BCL)
The Count property is a read-only integer that gets the number of dictionaries (rows) 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 dictionaries (rows) contained in the collection.
Implements
System.Collections.ICollections
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.