共用方式為


ConnectionManagementSection.ConnectionManagement 屬性

定義

取得區段中連線管理物件的集合。

public:
 property System::Net::Configuration::ConnectionManagementElementCollection ^ ConnectionManagement { System::Net::Configuration::ConnectionManagementElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
Public ReadOnly Property ConnectionManagement As ConnectionManagementElementCollection

屬性值

ConnectionManagementElementCollection,包含本機電腦的連線管理資訊。

屬性

備註

ConnectionManagementElementCollection這個屬性所傳回的 ,包含組態檔中每個connectionManagement元素的一個 ConnectionManagementElement

適用於

另請參閱