[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the root element namespace.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property RootElementNamespace As String
C#
public virtual string RootElementNamespace { get; set; }
Visual C++
public:
virtual property String^ RootElementNamespace {
	String^ get ();
	void set (String^ value);
}