Share via


ContentList.RowLimit Property (PIA)

The RowLimit property is a read/write number that specifies the maximum number of rows that the object should select for the ActiveRows property.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public Property RowLimit As Integer

[C#]

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

Property Value

An Integer that specifies the row limit.

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

ContentList Class

ContentList.ActiveRows

Copyright © 2005 Microsoft Corporation.
All rights reserved.