[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets or sets the search path.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property SearchPath As IEnumerable(Of String) |
C# |
---|
public static IEnumerable<string> SearchPath { get; set; } |
Visual C++ |
---|
public: static property IEnumerable<String^>^ SearchPath { IEnumerable<String^>^ get (); void set (IEnumerable<String^>^ value); } |