Partager via


NetworkStateChangeEventDetails.HasNewWwanRegistrationState Propriété

Définition

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.

S’applique à

Voir aussi