次の方法で共有


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

適用対象