Share via


NetworkStateChangeEventDetails.HasNewInternetConnectionProfile Property

Definition

Indicates if the local machine has a new connection profile associated with the current internet connection.

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

Property Value

Boolean

bool

true if the connection has changed; otherwise, false.

Applies to

See also