Click or drag to resize

ConfigurationCompilerExpressionDuckTyping Property

Set to true to indicate that duck typing is enable for the specific syntax where it is allowed (check the documentation).

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

Property Value

Type: Boolean
indicator
See Also