[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 Overrides Function GetValue ( _
	component As Object, _
	index As Object _
) As Object
C#
public override Object GetValue (
	Object component,
	Object index
)
Visual C++
public:
virtual Object^ GetValue (
	Object^ component, 
	Object^ index
) override

Parameters

component
System.Object
Object to be queries
index
System.Object
Index of the query

Return Value