MobileBroadbandSarManager.IsWiFiHardwareIntegrated Property

Definition

Gets a value indicating if WiFi and cellular SAR are integrated in the device.

Note

To use this API you will need to contact Microsoft to request the custom capability microsoft.cellularSARConfiguration_8wekyb3d8bbwe. For more info, see the Custom capabilities section in the App capability declarations topic, and Creating a custom capability to pair a driver with a Hardware Support App.

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

Property Value

Boolean

bool

True if WiFi and cellular SAR are integrated in the device; otherwise, false.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

Applies to