System 2.0.0.0 4.0.0.0 System.Object is used to describe settings properties of a class derived from . The Settings API allows a collection of settings properties to be grouped into a common language runtime class. When persisting settings, the base class asks for a collection of objects, grouped in a collection of type . It does this by calling its own Properties member. Inherited classes should return a collection of properties to persist. Each object includes metadata about the property, including the following: Name. Default value. Property type. Serialization method. Provider to use for persistence. Other arbitrary attributes that are context and provider specific. Used internally as the class that represents metadata about an individual configuration property. Constructor 2.0.0.0 4.0.0.0 To be added. Initializes a new instance of the class, based on the supplied parameter. Specifies a copy of an existing object. Constructor 2.0.0.0 4.0.0.0 To be added. Initializes a new instance of the class. based on the supplied parameter. Specifies the name of an existing object. Constructor 2.0.0.0 4.0.0.0 To be added. Creates a new instance of the class based on the supplied parameters. The name of the object. The type of object. A object to use for persistence. A value specifying whether the object is read-only. The default value of the object. A object. This object is an enumeration used to set the serialization scheme for storing application settings. A object. A Boolean value specifying whether an error will be thrown when the property is unsuccessfully deserialized. A Boolean value specifying whether an error will be thrown when the property is unsuccessfully serialized. Property 2.0.0.0 4.0.0.0 System.Configuration.SettingsAttributeDictionary To be added. Returns a collection of attributes used to describe a object. Gets a object containing the attributes of the object. Property 2.0.0.0 4.0.0.0 System.Object To be added. To be added. Gets or sets the default value of the object. Property 2.0.0.0 4.0.0.0 System.Boolean To be added. The default is false. Gets or sets a value specifying whether a object is read-only. Property 2.0.0.0 4.0.0.0 System.String To be added. The cannot be an empty string or null. If the does not exist in the data provider, nothing can be returned. Gets or sets the name of the . Property 2.0.0.0 4.0.0.0 System.Type To be added. To be added. Gets or sets the type for the . Property 2.0.0.0 4.0.0.0 System.Configuration.SettingsProvider To be added. To be added. Gets or sets the provider for the . Property 2.0.0.0 4.0.0.0 System.Configuration.SettingsSerializeAs To be added. The object is an enumeration used as the serialization scheme to store application settings. Gets or sets a object for the . Property 2.0.0.0 4.0.0.0 System.Boolean To be added. To be added. Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized. Property 2.0.0.0 4.0.0.0 System.Boolean To be added. To be added. Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.