SettingsWriteResponse 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 committing a settings change.
public sealed class SettingsWriteResponse
type SettingsWriteResponse = class
Public NotInheritable Class SettingsWriteResponse
- Inheritance
-
SettingsWriteResponse
Properties
ChangeResults |
Gets a collection of SettingChangeResult for each attempted change. In case of error, this can be used to discover which change caused the commit to fail. |
Result |
Gets a code indicating the outcome of the batch write operation. |