The number of the last 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 LastRecord { get; set; }
Visual Basic
Public Property LastRecord As Integer
	Get
	Set

Remarks

THis value is ignored if it is less than FirstRecord.

See Also