Click or drag to resize

ConfigurationCommonEventTypeXMLDOMSchemaText Property

Returns the schema text, if provided instead of a schema resource, this call returns the actual text of the schema document.

Set a schema text first. This call will not resolve the schema resource to a text.

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

Return Value

Type: String
schema text, if provided, or null value
See Also