SettingChangeResult.ResultCode Enum
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.
A code indicating the outcome of a setting value change.
public enum SettingChangeResult.ResultCode
type SettingChangeResult.ResultCode =
Public Enum SettingChangeResult.ResultCode
- Inheritance
-
SettingChangeResult.ResultCode
Fields
Name | Value | Description |
---|---|---|
PendingCommit | 0 | The change was queued successfully. |
PendingCommitWithoutValidation | 1 | The change was queued successfully. Validation was not performed on the value. (Validation will always be performed unless the setting is not registered.) |
Denied | 2 | The change was denied, e.g. by user preference or group policy. |
InvalidValue | 3 | The supplied value was an incompatible type or failed validation. |