Share via


NetworkStateChangeEventDetails.HasNewInternetConnectionProfile 속성

정의

로컬 컴퓨터에 현재 인터넷 연결과 연결된 새 연결 프로필이 있는지를 나타냅니다.

public:
 property bool HasNewInternetConnectionProfile { bool get(); };
bool HasNewInternetConnectionProfile();
public bool HasNewInternetConnectionProfile { get; }
var boolean = networkStateChangeEventDetails.hasNewInternetConnectionProfile;
Public ReadOnly Property HasNewInternetConnectionProfile As Boolean

속성 값

Boolean

bool

연결이 변경된 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보