Specifies if the area filter should be applied

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also