MobileBroadbandModem.IsResetSupported 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.
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
|