SettingsWriteResponse.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 committing a settings change.
public enum SettingsWriteResponse.ResultCode
type SettingsWriteResponse.ResultCode =
Public Enum SettingsWriteResponse.ResultCode
- Inheritance
-
SettingsWriteResponse.ResultCode
Fields
Name | Value | Description |
---|---|---|
ChangeError | 0 | One or more changes could not be applied. |
Success | 1 | The changes were applied successfully. |
PendingApproval | 2 | The changes are waiting for user approval. |