Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getPropertyForAdapter()

virtual std::string IceGrid::RegistryPluginFacade::getPropertyForAdapter ( const std::string & adapterId,
const std::string & name ) const
nodiscardpure virtual

Gets the property value for the given property and adapter.

The property is looked up in the server or service descriptor where the adapter is defined.

Parameters
adapterIdThe adapter ID
nameThe name of the property.
Returns
The property value.
Exceptions
IceGrid::AdapterNotExistExceptionThrown when the adapter doesn't exist.