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 one-based index of the first record to return.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property StartRecord As Integer
'Usage
Dim instance As SearchOptions
Dim value As Integer
value = instance.StartRecord
instance.StartRecord = value
public int StartRecord { get; set; }
public:
property int StartRecord {
int get ();
void set (int value);
}
public function get StartRecord () : int
public function set StartRecord (value : int)
Property Value
Type: System..::.Int32
The first record to return.
Remarks
Stores the one-based index of the first record to return.
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.