|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > BaseSettingsElement Class > BaseSettingsElement Methods > BaseSettingsElement.GetSetting Method |
Name |
Description |
|
|---|---|---|
|
Retrieves the value of a setting based on the provided SettingId. |
|
|
Retrieves a setting value based on the provided SettingId. If the setting is not found, the defaultValue is returned. |
|
|
Retrieves a setting value of type T based on the provided SettingId. |
|
|
Retrieves a setting value of type T from the settings dictionary. If the setting does not exist, returns the default value provided. |