[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)
Gets the property descriptor.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Descriptor As PropertyDescriptor |
C# |
---|
public virtual PropertyDescriptor Descriptor { get; } |
Visual C++ |
---|
public: virtual property PropertyDescriptor^ Descriptor { PropertyDescriptor^ get (); } |