SettingsProperty Properties
.NET Framework (current version)
Namespace:
System.Configuration
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets a SettingsAttributeDictionary object containing the attributes of the SettingsProperty object. |
![]() | DefaultValue | Gets or sets the default value of the SettingsProperty object. |
![]() | IsReadOnly | Gets or sets a value specifying whether a SettingsProperty object is read-only. |
![]() | Name | Gets or sets the name of the SettingsProperty. |
![]() | PropertyType | Gets or sets the type for the SettingsProperty. |
![]() | Provider | Gets or sets the provider for the SettingsProperty. |
![]() | SerializeAs | Gets or sets a SettingsSerializeAs object for the SettingsProperty. |
![]() | ThrowOnErrorDeserializing | Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized. |
![]() | ThrowOnErrorSerializing | Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized. |
Show:
