CatalogSearchOptions.StartingRecord Property (BCL)

The StartingRecord property gets the starting record property.

Definition

[Visual Basic .NET]

Public Property StartingRecord As System.Int32

[C#]

public System.Int32 StartingRecord{get; set;} 

Property Value

The record number of the first record to return.

Remarks

The default value is 1, indicating to start with the first record.

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.