SimpleFindResultInfo.PageNumber Property (PIA)

The PageNumber property is a read/write Integer that contains the page number to jump to. This property setting must be coordinated with the PageSize property.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public Property PageNumber As Integer

[C#]

using Microsoft.CommerceServer.Interop.Orders;
…
public int PageNumber {get; set;}

Property Value

An Integer that contains the page number.

Exceptions

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

Remarks

Use this property to implement a paging mechanism that allows you to page through your orders. (These orders could be viewed in a List Sheet, for example.)

This property is initialized to 1.

Requirements for using this property are listed in SimpleFindResultInfo Class.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll

See Also

SimpleFindResultInfo Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.