SettingsProperty
Used internally as the class that represents metadata about an individual configuration property.
Gets a SettingsAttributeDictionary object containing the attributes of the SettingsProperty object.
Gets or sets the default value of the SettingsProperty object.
Gets or sets a value specifying whether a SettingsProperty object is read-only.
Gets or sets the name of the SettingsProperty.
Gets or sets the type for the SettingsProperty.
Gets or sets the provider for the SettingsProperty.
Gets or sets a SettingsSerializeAs object for the SettingsProperty.
Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.
Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.
Initializes a new instance of the SettingsProperty class. based on the supplied parameter.
public SettingsProperty(string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing)
Creates a new instance of the SettingsProperty class based on the supplied parameters.
Initializes a new instance of the SettingsProperty class, based on the supplied parameter.