# SettingsHelper Methods ## Methods
| GetApplicationSetting(T) | Retrieves a setting with the given key. Returns the setting as an uncast T. |
| SetAccessorMethod | Sets the function used to retrieve application settings. |
| SetDetectorMethod | Sets the function used to detect if an application setting with a given key exists. |