ClientSettingsSection.Settings Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera kolekcję ustawień klienta dla sekcji.
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("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Configuration.SettingElementCollection Settings { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Settings : System.Configuration.SettingElementCollection
member this.Settings : System.Configuration.SettingElementCollection
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Settings : System.Configuration.SettingElementCollection
Public ReadOnly Property Settings As SettingElementCollection
Wartość właściwości
Element SettingElementCollection zawierający wszystkie ustawienia klienta znalezione w bieżącej sekcji konfiguracji.
- Atrybuty
Uwagi
Właściwość Settings jest samą właściwością konfiguracji.