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

Gets the type of the underlying.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UnderlyingType As Type
C#
public Type UnderlyingType { get; }
Visual C++
public:
virtual property Type^ UnderlyingType {
	Type^ get () sealed;
}

Return Value