SettingsBase::Properties Property
Gets the collection of settings properties.
Assembly: System (in System.dll)
public: virtual property SettingsPropertyCollection^ Properties { SettingsPropertyCollection^ get (); }
Property Value
Type: System.Configuration::SettingsPropertyCollectionA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.