Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the maximum records per page.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property MaxRecordsPerPage As Integer
'Usage
Dim instance As SearchRecordsPerPageException
Dim value As Integer
value = instance.MaxRecordsPerPage
instance.MaxRecordsPerPage = value
public int MaxRecordsPerPage { get; set; }
public:
property int MaxRecordsPerPage {
int get ();
void set (int value);
}
public function get MaxRecordsPerPage () : int
public function set MaxRecordsPerPage (value : int)
Property Value
Type: System..::.Int32
The maximum records per page.
Remarks
Stores the maximum 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