SettingsPropertyValue Properties
.NET Framework (current version)
Namespace:
System.Configuration
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialized | Gets or sets whether the value of a SettingsProperty object has been deserialized. |
![]() | IsDirty | Gets or sets whether the value of a SettingsProperty object has changed. |
![]() | Name | Gets the name of the property from the associated SettingsProperty object. |
![]() | Property | Gets the SettingsProperty object. |
![]() | PropertyValue | Gets or sets the value of the SettingsProperty object. |
![]() | SerializedValue | Gets or sets the serialized value of the SettingsProperty object. |
![]() | UsingDefaultValue | Gets a Boolean value specifying whether the value of the SettingsPropertyValue object is the default value as defined by the DefaultValue property value on the associated SettingsProperty object. |
Show:
