[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 method names
and their property name.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property MethodProperties As IList(Of LegacyMethodPropDesc) |
C# |
---|
public IList<ConfigurationEventTypeLegacy.LegacyMethodPropDesc> MethodProperties { get; } |
Visual C++ |
---|
public: property IList<LegacyMethodPropDesc^>^ MethodProperties { IList<LegacyMethodPropDesc^>^ get (); } |