Gets or sets a Page used to return a subset of the total available results.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Page Page { get; set; }
Visual Basic (Declaration)
Public Property Page As Page

Field Value

The Page.

See Also