次の方法で共有


NetSectionGroup.Settings プロパティ

定義

ローカル コンピューターのネットワーク設定を格納している構成セクションを取得します。

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

プロパティ値

SettingsSection オブジェクト。

属性

注釈

このプロパティによって返されるセクションは、settings> 要素 (ネットワーク設定) 構成要素に<対応します。

適用対象