NetSectionGroup.Settings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態區段,該組態區段包括本機電腦的網路設定。
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 物件。
- 屬性
備註
這個屬性所傳回的區段會對應至 <設定元素 (網路設定>) 組態專案。