Sdílet prostřednictvím


ClientSettingsSection.Settings Vlastnost

Definice

Získá kolekci nastavení klienta pro oddíl.

public:
 property System::Configuration::SettingElementCollection ^ Settings { System::Configuration::SettingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Configuration.SettingElementCollection Settings { get; }
public System.Configuration.SettingElementCollection Settings { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Settings : System.Configuration.SettingElementCollection
member this.Settings : System.Configuration.SettingElementCollection
Public ReadOnly Property Settings As SettingElementCollection

Hodnota vlastnosti

A SettingElementCollection obsahující všechna nastavení klienta nalezená v aktuální části konfigurace.

Atributy

Poznámky

Vlastnost Settings je sama o sobě vlastností konfigurace.

Platí pro

Viz také