FirstRecordRequested Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the page number the user has requested to be searched. The page number that caused the exception.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property FirstRecordRequested As Integer
'Usage
Dim instance As SearchPageNumberException
Dim value As Integer
value = instance.FirstRecordRequested
instance.FirstRecordRequested = value
public int FirstRecordRequested { get; set; }
public:
property int FirstRecordRequested {
int get ();
void set (int value);
}
public function get FirstRecordRequested () : int
public function set FirstRecordRequested (value : int)
Property Value
Type: System..::.Int32
A value indicating the page number that caused the exception.
Remarks
Returns a value indicating the page number that caused the exception.
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
SearchPageNumberException Class