SettingChangeResult Class

Definition

The result of a setting value change.

public sealed class SettingChangeResult
type SettingChangeResult = class
Public NotInheritable Class SettingChangeResult
Inheritance
SettingChangeResult

Properties

CommitWillChangeEffectiveValue

Gets a value indicating whether committing the change will change the effective value of the setting.

Message

Gets an optional message with additional information about the value change.

Result

Gets the code indicating the outcome of the change.

SettingFullIdentifier

Gets the full identifiers of the setting, including the category it is nested under.

Succeeded

Gets a value indicating whether the operation was successful.

Applies to