ReadResultCode 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 read.
public enum ReadResultCode
type ReadResultCode =
Public Enum ReadResultCode
- Inheritance
-
ReadResultCode
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The read was successful. |
FailedValidation | 1 | Failed because RequireValidation was set and the setting value failed validation. |
NotRegistered | 2 | Failed because RequireRegistration was set and the setting wasn't registered. |
NotPersisted | 3 | Failed because the setting has no registered default value and no persisted value. |