[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the type of primitive value this instance represents.
Namespace: net.esper.type
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Type As PrimitiveValueType |
C# |
---|
PrimitiveValueType Type { get; } |
Visual C++ |
---|
property PrimitiveValueType^ Type { PrimitiveValueType^ get (); } |