[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)
Public Overridable WriteOnly Property _Int As Integer
C#
public virtual int _Int { set; }
Visual C++
public:
virtual property int _Int {
	void set (int value);
}

Field Value