MobileBroadbandSarManager.IsBackoffEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si la fonctionnalité de backoff SAR est activée sur l’appareil.
Notes
Pour utiliser cette API, vous devez contacter Microsoft pour demander la fonctionnalité personnalisée microsoft.cellularSARConfiguration_8wekyb3d8bbwe. Pour plus d’informations, consultez la section Fonctionnalités personnalisées dans la rubrique Déclarations des fonctionnalités d’application et Création d’une fonctionnalité personnalisée pour associer un pilote à une application de support matériel.
public:
property bool IsBackoffEnabled { bool get(); };
bool IsBackoffEnabled();
public bool IsBackoffEnabled { get; }
var boolean = mobileBroadbandSarManager.isBackoffEnabled;
Public ReadOnly Property IsBackoffEnabled As Boolean
Valeur de propriété
bool
True si la fonctionnalité de backoff SAR est activée ; sinon, false.
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
microsoft.cellularSARConfiguration_8wekyb3d8bbwe
|