 | EPLScriptContextGetScriptAttribute Method |
Return a script attribute value.
Namespace:
com.espertech.esper.common.client.hook.expr
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxObject GetScriptAttribute(
string attribute
)
Parameters
- attribute
- Type: SystemString
name to retrieve value for
Return Value
Type:
Objectattribute value or null if undefined
See Also