[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 indexed property's descriptor.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetIndexedProperty ( _ propertyName As String _ ) As EventPropertyDescriptor |
C# |
---|
public EventPropertyDescriptor GetIndexedProperty ( string propertyName ) |
Visual C++ |
---|
public: EventPropertyDescriptor^ GetIndexedProperty ( String^ propertyName ) |
Parameters
- propertyName
- System.String
Name of the property.