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

Returns list of automatic import packages and classes.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AutoImports As String()
C#
public string[] AutoImports { get; }
Visual C++
public:
property array<String^>^ AutoImports {
	array<String^>^ get ();
}

Return Value

automatic imports, or zero-length array if none