SettingsUpdate.ChangedSettingMonikers Property
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 monikers of settings that were changed or removed.
public System.Collections.Generic.HashSet<string> ChangedSettingMonikers { get; init; }
member this.ChangedSettingMonikers : System.Collections.Generic.HashSet<string> with get, set
Public Property ChangedSettingMonikers As HashSet(Of String)