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

Set a long value.

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

Syntax

Visual Basic (Declaration)
WriteOnly Property _Long As Long
C#
long _Long { set; }
Visual C++
property long long _Long {
	void set (long long value);
}