Gets or sets the automatic update seconds.

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

Syntax

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

Field Value

The automatic update seconds.

See Also