次の方法で共有


MobileBroadbandSarManager.IsBackoffEnabled プロパティ

定義

デバイスで SAR バックオフ機能が有効になっているかどうかを示す値を取得します。

Note

この API を使用するには、Microsoft に連絡して、カスタム機能 のmicrosoft.cellularSARConfiguration_8wekyb3d8bbweを要求する必要があります。 詳細については、「アプリ機能宣言」トピックの「カスタム機能」セクション、および「ハードウェア サポート アプリとドライバーをペアリングするためのカスタム機能の作成」を参照してください。

public:
 property bool IsBackoffEnabled { bool get(); };
bool IsBackoffEnabled();
public bool IsBackoffEnabled { get; }
var boolean = mobileBroadbandSarManager.isBackoffEnabled;
Public ReadOnly Property IsBackoffEnabled As Boolean

プロパティ値

Boolean

bool

SAR バックオフ機能が有効な場合は True。それ以外の場合は false。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

適用対象