Share via


SettingChangeResult.ResultCode Enum

Definition

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.

Applies to