NetworkStateChangeEventDetails.HasNewInternetConnectionProfile 属性

定义

指示本地计算机是否具有与当前 Internet 连接关联的新连接配置文件。

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。

适用于

另请参阅