Associate a function to this method in order to check whenever a filter is used in order to avoid its removal

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

Syntax

C#
public Func<AwxFilter, string> IsUsedBy { get; set; }
Visual Basic
Public Property IsUsedBy As Func(Of AwxFilter, String)
	Get
	Set
JScript
function get IsUsedBy () : Func<AwxFilter, String>
function set IsUsedBy (value : Func<AwxFilter, String>)

See Also