Specifies if the severity 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 ShouldFilterSeverity { get; set; }
Visual Basic
Public Property ShouldFilterSeverity As Boolean
	Get
	Set
JScript
function get ShouldFilterSeverity () : boolean
function set ShouldFilterSeverity (value : boolean)

See Also