다음을 통해 공유


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> 요소(네트워크 설정) 구성 요소에 해당합니다<.

적용 대상