MobileBroadbandDeviceServiceInformation.IsDataWriteSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also