CatalogSearchOptions.RecordsToRetrieve Property (BCL)

The RecordsToRetrieve property gets or sets the number of records to retrieve.

Definition

[Visual Basic .NET]

Public Property RecordsToRetrieve As System.Int32

[C#]

public System.Int32 RecordsToRetrieve{get; set;} 

Property Value

The number of records to retrieve.

Remarks

The default value is -1, indicating all records.

Throws an ArgumentOutOfRangeException if the supplied value is less than -1.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.