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

Field Value