[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 a list of descriptors specifying explicitly configured field names
and their property name.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property FieldProperties As IList(Of LegacyFieldPropDesc) |
C# |
---|
public IList<ConfigurationEventTypeLegacy.LegacyFieldPropDesc> FieldProperties { get; } |
Visual C++ |
---|
public: property IList<LegacyFieldPropDesc^>^ FieldProperties { IList<LegacyFieldPropDesc^>^ get (); } |