[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 property.
Namespace: net.esper.events
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetPropertyType ( _
propertyName As String _
) As Type |
C# |
---|
public virtual Type GetPropertyType (
string propertyName
) |
Visual C++ |
---|
public:
virtual Type^ GetPropertyType (
String^ propertyName
) |
Parameters
- propertyName
- System.String
Name of the property.
Return Value