[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 map of property name and descriptor for XPath-expression properties.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property XPathProperties As EDictionary(Of String, XPathPropertyDesc) |
C# |
---|
public EDictionary<string, ConfigurationEventTypeXMLDOM.XPathPropertyDesc> XPathProperties { get; } |
Visual C++ |
---|
public: property EDictionary<String^, XPathPropertyDesc^>^ XPathProperties { EDictionary<String^, XPathPropertyDesc^>^ get (); } |