Gets or sets a value indicating whether this instance is acknowledged.

Namespace: Ico.Awx.ViewModel.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsAcknowledged { get; }
Visual Basic
Public ReadOnly Property IsAcknowledged As Boolean
	Get
JScript
function get IsAcknowledged () : boolean

Field Value

true if this instance is acknowledged; otherwise, false.

See Also