SettingsBase::Properties Property
.NET Framework (current version)
Gets the collection of settings properties.
Assembly: System (in System.dll)
public: property SettingsPropertyCollection^ Properties { virtual SettingsPropertyCollection^ get(); }
Property Value
Type: System.Configuration::SettingsPropertyCollection^A SettingsPropertyCollection collection containing all the SettingsProperty objects.
The get accessor of the Properties property returns the collection of SettingsProperty instances associated with the properties managed by the SettingsBase instance.
The SettingsBase class natively recognizes certain characteristics of a setting, such as its name, property type, settings provider, default value, and read-only status and a serialization preference. These characteristics are mirrored as properties in the SettingsProperty class. All other attributes of the SettingsProperty class are just passed through to its associated settings provider as a SettingsAttributeDictionary.
.NET Framework
Available since 2.0
Available since 2.0
Show: