[ Version ( deprecated = true , deprecated_since = "1.4" ) ]
public SettingSource get_value (string key, ref Value value)
Warning: get_value is deprecated since 1.4.
Gets the value of the configuration setting key: value must be a
Value initialized to the type of the setting.
Use get_variant instead.
| this |
the Account. |
| key |
the name of the setting to retrieve. |
| value |
an initialized Value to receive the setting's value. |
|
one of SettingSource: ag_setting_source_none if the setting is not present, ag_setting_source_account if the setting comes from the account configuration, or ag_setting_source_profile if the value comes as predefined in the profile. |