ClientSettingsSection::Settings Property

 

Gets the collection of client settings for the section.

Namespace:   System.Configuration
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
Return to top
Show: