NetworkStateChangeEventDetails.HasNewWwanRegistrationState 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’événement de changement d’état réseau représente une modification de l’état d’inscription d’une connexion WWAN. L’état d’inscription actuel peut être récupéré à partir de WwanConnectionProfileDetails.GetNetworkRegistrationState.
public:
property bool HasNewWwanRegistrationState { bool get(); };
bool HasNewWwanRegistrationState();
public bool HasNewWwanRegistrationState { get; }
var boolean = networkStateChangeEventDetails.hasNewWwanRegistrationState;
Public ReadOnly Property HasNewWwanRegistrationState As Boolean
Valeur de propriété
Boolean
bool
true si l’état d’inscription a changé ; sinon, false.