RequestedRecordsPerPage Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the number of requested records per page.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property RequestedRecordsPerPage As Integer
'Usage
Dim instance As SearchRecordsPerPageException
Dim value As Integer
value = instance.RequestedRecordsPerPage
instance.RequestedRecordsPerPage = value
public int RequestedRecordsPerPage { get; set; }
public:
property int RequestedRecordsPerPage {
int get ();
void set (int value);
}
public function get RequestedRecordsPerPage () : int
public function set RequestedRecordsPerPage (value : int)
Property Value
Type: System..::.Int32
The number of requested records per page.
Remarks
Stores the number of requested records per page.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SearchRecordsPerPageException Class