Gets or sets a value indicating whether [enable acknowledge].

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

Syntax

C#
public bool EnableAcknowledge { get; set; }
Visual Basic
Public Property EnableAcknowledge As Boolean
	Get
	Set
JScript
function get EnableAcknowledge () : boolean
function set EnableAcknowledge (value : boolean)

Field Value

true if [enable acknowledge]; otherwise, false.

See Also