Click or drag to resize

ConfigurationCommonEventTypeXMLDOMXPathPropertyDescOptionalCastToType Property

Returns the class that the return value of the xpath expression is cast to, or null if no casting.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Type OptionalCastToType { get; }

Return Value

Type: Type
class to cast result of xpath expression to
See Also