Click or drag to resize

ConfigurationCommonVariableIsConstant Property

Returns true if the variable is a constant, or false for regular variable.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsConstant { get; set; }

Property Value

Type: Boolean
true for constant, false for variable
See Also