MobileBroadbandDeviceServiceInformation.IsDataReadSupported Property

Definition

Determines if the mobile broadband device service is able to read data.

public:
 property bool IsDataReadSupported { bool get(); };
bool IsDataReadSupported();
public bool IsDataReadSupported { get; }
var boolean = mobileBroadbandDeviceServiceInformation.isDataReadSupported;
Public ReadOnly Property IsDataReadSupported As Boolean

Property Value

Boolean

bool

If the mobile broadband device service is able to read data.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also