NetworkStateChangeEventDetails.HasNewWwanRegistrationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the network state change event represents a change to the registration state of a WWAN connection. The current registration state can be retrieved from WwanConnectionProfileDetails.GetNetworkRegistrationState.
public:
property bool HasNewWwanRegistrationState { bool get(); };
bool HasNewWwanRegistrationState();
public bool HasNewWwanRegistrationState { get; }
var boolean = networkStateChangeEventDetails.hasNewWwanRegistrationState;
Public ReadOnly Property HasNewWwanRegistrationState As Boolean
Property Value
Boolean
bool
true if the registration state has changed; otherwise, false.