ConnectionManagementSection.ConnectionManagement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得區段中連線管理物件的集合。
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 。