Gets or sets the size of the historical page.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int HistoricalPageSize { get; set; }
Visual Basic
Public Property HistoricalPageSize As Integer
	Get
	Set
JScript
function get HistoricalPageSize () : int
function set HistoricalPageSize (value : int)

Field Value

The size of the historical page.

See Also