[ Version ( since = "3.2" ) ]
public void set_settings (Settings? settings)
Associates a new Settings instance with the service.
The settings
instance must match the settings type defined in Service
. If settings
is null, a new Settings
instance of the appropriate type is created with all properties set to defaults.
this |
a Service |
settings |
an instance derviced from Settings, or null |