MobileBroadbandModem.IsResetSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出行動寬頻數據機是否允許重設作業。
public:
property bool IsResetSupported { bool get(); };
bool IsResetSupported();
public bool IsResetSupported { get; }
var boolean = mobileBroadbandModem.isResetSupported;
Public ReadOnly Property IsResetSupported As Boolean
屬性值
Boolean
bool
當此值為 true 時,可以藉由呼叫 ResetAsync來重設數據機。 當此值為 false 時,呼叫 ResetAsync 會失敗。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|