Click or drag to resize

ConfigurationCommonVariableInitializationValue Property

Returns the initialization value, or null if none was supplied.

String-type initialization values for numeric or boolean types are allowed and are parsed.

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

Property Value

Type: Object
default value
See Also