NetworkStateChangeEventDetails.HasNewWwanRegistrationState Property

Definition

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.

Applies to

See also