共用方式為


NetSectionGroup.ConnectionManagement 屬性

定義

取得組態區段,該組態區段包括本機電腦的連線管理設定。

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

屬性值

ConnectionManagementSection 物件。

屬性

備註

此屬性傳回的區段會對應至 <connectionManagement> 元素 (網路設定) 組態專案。

適用於