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

Gets or sets the output limit definition, if any.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property OutputLimitSpec As OutputLimitSpec
C#
public virtual OutputLimitSpec OutputLimitSpec { get; set; }
Visual C++
public:
virtual property OutputLimitSpec^ OutputLimitSpec {
	OutputLimitSpec^ get ();
	void set (OutputLimitSpec^ value);
}

Field Value

The output limit spec.