 | ConfigurationCommonEventTypeXMLDOMIsEventSenderValidatesRoot Property |
Returns true to indicate that an returned for this event type validates
the root document element name against the one configured (the default), or false to not validate the root document
element name as configured.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsEventSenderValidatesRoot { get; set; }
Property Value
Type:
Booleantrue for validation of root document element name by event sender, false for no validation
See Also