Properties
Function Usage
Obtains the plugin property-related configuration items.
Prototype
1 | std::map<std::string, std::string> PluginNode::Properties() const; |
Response Parameters
Data Structure |
Description |
|---|---|
std::map<std::string, std::string> |
Property-related configuration items |
Parent topic: PluginNode