Specifies if the filter is visible in runtime

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

Syntax

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

See Also