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

Returns the namespace prefixes in a map of prefix as key and namespace name as value.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NamespacePrefixes As EDictionary(Of String, String)
C#
public EDictionary<string, string> NamespacePrefixes { get; }
Visual C++
public:
property EDictionary<String^, String^>^ NamespacePrefixes {
	EDictionary<String^, String^>^ get ();
}

Return Value

namespace prefixes