[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Ctor.
Namespace: net.esper.events.property
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
propertyName As String, _
index As Integer _
) |
C# |
---|
public IndexedProperty (
string propertyName,
int index
) |
Visual C++ |
---|
public:
IndexedProperty (
String^ propertyName,
int index
) |
Parameters
- propertyName
- System.String
is the property name
- index
- System.Int32
is the index to use to access the property value