NetworkStateChangeEventDetails.HasNewInternetConnectionProfile 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 l’ordinateur local a un nouveau profil de connexion associé à la connexion Internet actuelle.
public:
property bool HasNewInternetConnectionProfile { bool get(); };
bool HasNewInternetConnectionProfile();
public bool HasNewInternetConnectionProfile { get; }
var boolean = networkStateChangeEventDetails.hasNewInternetConnectionProfile;
Public ReadOnly Property HasNewInternetConnectionProfile As Boolean
Valeur de propriété
Boolean
bool
true si la connexion a changé ; sinon, false.