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

Looks up and returns a cached simple property's descriptor.

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

Syntax

Visual Basic (Declaration)
Public Function GetSimpleProperty ( _
	propertyName As String _
) As EventPropertyDescriptor
C#
public EventPropertyDescriptor GetSimpleProperty (
	string propertyName
)
Visual C++
public:
EventPropertyDescriptor^ GetSimpleProperty (
	String^ propertyName
)

Parameters

propertyName
System.String
propertyName to look up

Return Value

property descriptor