Click or drag to resize

DataFlowOperatorParameterParameterValue Property

Get the parameter value, which can be either a constant, an or a JSON object or a .

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

Property Value

Type: Object
parameter value
See Also