 | 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
Syntaxpublic bool IsConstant { get; set; }
Property Value
Type:
Booleantrue for constant, false for variable
See Also