NetSectionGroup.Settings Eigenschaft

Definition

Ruft den Konfigurationsabschnitt ab, der die Netzwerkeinstellungen für den lokalen Computer enthält.

public:
 property System::Net::Configuration::SettingsSection ^ Settings { System::Net::Configuration::SettingsSection ^ get(); };
[System.Configuration.ConfigurationProperty("settings")]
public System.Net.Configuration.SettingsSection Settings { get; }
[<System.Configuration.ConfigurationProperty("settings")>]
member this.Settings : System.Net.Configuration.SettingsSection
Public ReadOnly Property Settings As SettingsSection

Eigenschaftswert

Ein SettingsSection-Objekt.

Attribute

Hinweise

Der von dieser Eigenschaft zurückgegebene Abschnitt entspricht dem <Konfigurationselement settings> (Network Settings).

Gilt für: