SettingChangeResult Class
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 result of a setting value change.
public sealed class SettingChangeResult
type SettingChangeResult = class
Public NotInheritable Class SettingChangeResult
- Inheritance
-
SettingChangeResult
Properties
CommitWillChangeEffectiveValue |
Gets a value indicating whether committing the change will change the effective value of the setting. |
Message |
Gets an optional message with additional information about the value change. |
Result |
Gets the code indicating the outcome of the change. |
SettingFullIdentifier |
Gets the full identifiers of the setting, including the category it is nested under. |
Succeeded |
Gets a value indicating whether the operation was successful. |