NetworkStateChangeEventDetails.HasNewNetworkConnectivityLevel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le niveau de connectivité réseau pour tous les profils de connexion a changé.
public:
property bool HasNewNetworkConnectivityLevel { bool get(); };
bool HasNewNetworkConnectivityLevel();
public bool HasNewNetworkConnectivityLevel { get; }
var boolean = networkStateChangeEventDetails.hasNewNetworkConnectivityLevel;
Public ReadOnly Property HasNewNetworkConnectivityLevel As Boolean
Valeur de propriété
Boolean
bool
true si le niveau de connectivité réseau a changé ; sinon, false.