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

Returns list of filter parameters.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Parameters As IList(Of FilterValueSetParam)
C#
public IList<FilterValueSetParam> Parameters { get; }
Visual C++
public:
virtual property IList<FilterValueSetParam^>^ Parameters {
	IList<FilterValueSetParam^>^ get () sealed;
}

Return Value

list of filter parameters