The number of the first record to retrieve as part of a paged result.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public int FirstRecord { get; set; }
Visual Basic
Public Property FirstRecord As Integer
	Get
	Set

Remarks

This value is ignored if it is greater than LastRecord.

See Also