Condividi tramite


ClientSettingsSection.Settings Proprietà

Definizione

Ottiene l'insieme di impostazioni client per la sezione.

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

Valore della proprietà

Classe SettingElementCollection contenente tutte le impostazioni client che si trovano nella sezione di configurazione corrente.

Attributi

Commenti

La Settings proprietà è una proprietà di configurazione.

Si applica a

Vedi anche