ClientSettingsSection::Settings Property
.NET Framework (current version)
Gets the collection of client settings for the section.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("", IsDefaultCollection = true)] property SettingElementCollection^ Settings { SettingElementCollection^ get(); }
Property Value
Type: System.Configuration::SettingElementCollection^A SettingElementCollection containing all the client settings found in the current configuration section.
The Settings property is itself a configuration property.
.NET Framework
Available since 2.0
Available since 2.0
Show: