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

Set an int value.

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

Syntax

Visual Basic (Declaration)
WriteOnly Property _Int As Integer
C#
int _Int { set; }
Visual C++
property int _Int {
	void set (int value);
}