ISettingValue Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value of a setting.
public interface ISettingValue
type ISettingValue = interface
Public Interface ISettingValue
- Derived
Properties
Error |
Gets the error that occurred during the retrieval of the setting value. Error is |
SettingIdentifier |
Gets the full identifiers of the setting, including the category it is nested under. |
Succeeded |
Gets a value indicating whether Error is |
Methods
Value<T>() |
Gets the value converted to the type |
ValueOrDefault<T>(T) |
Gets the value converted to the type |