[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)
Returns the value of an event property.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Item ( _ property As String _ ) As Object |
C# |
---|
Object this [ string property ] { get; } |
Visual C++ |
---|
property Object^ default[String^ property] { Object^ get (String^ property); } |
Parameters
- property
- System.String
name of the property whose value is to be retrieved