An auxiliary field that defines what is using the filter

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

Syntax

C#
public string UsedBy { get; private set; }
Visual Basic
Public Property UsedBy As String
	Get
	Private Set
JScript
function get UsedBy () : String
private function set UsedBy (value : String)

See Also