Gets a value indicating whether [should concatenate].

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

Syntax

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

Field Value

true if [should concatenate]; otherwise, false.

See Also