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

Gets the type of component this property is bound to

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

Syntax

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