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

Set a byte value.

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

Syntax

Visual Basic (Declaration)
Public Overridable WriteOnly Property _Byte As SByte
C#
public virtual sbyte _Byte { set; }
Visual C++
public:
virtual property signed char _Byte {
	void set (signed char value);
}

Field Value