ClientSettingsSection.Settings Eigenschaft

Definition

Ruft die Auflistung von Clienteinstellungen für den Abschnitt ab.

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

Eigenschaftswert

Eine SettingElementCollection, die alle Clienteinstellungen enthält, die in dem aktuellen Konfigurationsabschnitt gefunden wurden.

Attribute

Hinweise

Die Settings -Eigenschaft ist selbst eine Konfigurationseigenschaft.

Gilt für:

Weitere Informationen