[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true to indicate this is a parameter and not a text fragment.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property IsParameter As Boolean
C#
public override bool IsParameter { get; }
Visual C++
public:
virtual property bool IsParameter {
	bool get () override;
}

Field Value

Return Value

true if parameter fragement, false if text fragment.