NetworkStateChangeEventDetails.HasNewNetworkConnectivityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the network connectivity level for any connection profiles has changed.
public:
property bool HasNewNetworkConnectivityLevel { bool get(); };
bool HasNewNetworkConnectivityLevel();
public bool HasNewNetworkConnectivityLevel { get; }
var boolean = networkStateChangeEventDetails.hasNewNetworkConnectivityLevel;
Public ReadOnly Property HasNewNetworkConnectivityLevel As Boolean
Property Value
Boolean
bool
true if the network connectivity level changed; otherwise, false.