Specifies if the Expression should be used to filter data

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

Syntax

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

See Also