[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Call the accessor method

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetValue ( _
	component As Object, _
	index As Object _
) As Object
C#
public abstract Object GetValue (
	Object component,
	Object index
)
Visual C++
public:
virtual Object^ GetValue (
	Object^ component, 
	Object^ index
) abstract

Parameters

component
System.Object
The component.
index
System.Object
The index.

Return Value