[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)
Gets the Object with the specified property.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Item ( _ property As String _ ) As Object |
C# |
---|
public virtual Object this [ string property ] { get; } |
Visual C++ |
---|
public: virtual property Object^ default[String^ property] { Object^ get (String^ property); } |
Parameters
- property
- System.String