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

Adds the named event property backed by the named accessor field.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddFieldProperty ( _
	name As String, _
	accessorField As String _
)
C#
public virtual void AddFieldProperty (
	string name,
	string accessorField
)
Visual C++
public:
virtual void AddFieldProperty (
	String^ name, 
	String^ accessorField
)

Parameters

name
System.String
is the event property name
accessorField
System.String
is the accessor field underlying the name