Partager via


NetworkStateChangeEventDetails.HasNewInternetConnectionProfile Propriété

Définition

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.

S’applique à

Voir aussi