[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	key As String _
)
C#
public MappedProperty (
	string propertyName,
	string key
)
Visual C++
public:
MappedProperty (
	String^ propertyName, 
	String^ key
)

Parameters

propertyName
System.String
is the property name of the mapped property
key
System.String
is the key value to access the mapped property