SettingsWriteResponse Class

Definition

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.

Applies to