[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Looks up and returns a cached mapped property's descriptor.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetMappedProperty ( _ propertyName As String _ ) As EventPropertyDescriptor |
C# |
---|
public EventPropertyDescriptor GetMappedProperty ( string propertyName ) |
Visual C++ |
---|
public: EventPropertyDescriptor^ GetMappedProperty ( String^ propertyName ) |
Parameters
- propertyName
- System.String
Name of the property.