MobileBroadbandModem.IsResetSupported Property

Definition

Gets a value indicating whether the mobile broadband modem allows a reset operation.

public:
 property bool IsResetSupported { bool get(); };
bool IsResetSupported();
public bool IsResetSupported { get; }
var boolean = mobileBroadbandModem.isResetSupported;
Public ReadOnly Property IsResetSupported As Boolean

Property Value

Boolean

bool

When this value is true, the modem can be reset by calling ResetAsync. When this value is false, calling ResetAsync fails.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to