Gets or sets a value indicating whether [force comment].

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

Syntax

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

Field Value

true if [force comment]; otherwise, false.

See Also