Share via


RowCollection.Count Property (PIA)

The Count property is a read-only Integer that contains the number of rows in the collection.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public ReadOnly Property Count As Integer

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public int Count {get; }

Property Value

This property returns an int containing the number of rows in the RowCollection object.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

RowCollection Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.