MobileBroadbandModem.IsResetSupported 屬性

定義

取得值,指出行動寬頻數據機是否允許重設作業。

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

適用於