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

For testing, returns enumeration of namespaces.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Namespaces As IList(Of String)
C#
public virtual IList<string> Namespaces { get; }
Visual C++
public:
virtual property IList<String^>^ Namespaces {
	IList<String^>^ get ();
}