SettingsPropertyValue public class SettingsPropertyValue Documentation Code public bool Deserialized { get; set; } public bool IsDirty { get; set; } public string Name { get; } public SettingsProperty Property { get; } public object PropertyValue { get; set; } public object SerializedValue { get; set; } public bool UsingDefaultValue { get; } public SettingsPropertyValue(SettingsProperty property)