共用方式為


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。

適用於

另請參閱