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

Returns the class and package imports.

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

Syntax

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

Return Value

imported names