MobileBroadbandModem.DeviceInformation Property

Definition

Gets the MobileBroadbandDeviceInformation for the mobile broadband modem.

public:
 property MobileBroadbandDeviceInformation ^ DeviceInformation { MobileBroadbandDeviceInformation ^ get(); };
MobileBroadbandDeviceInformation DeviceInformation();
public MobileBroadbandDeviceInformation DeviceInformation { get; }
var mobileBroadbandDeviceInformation = mobileBroadbandModem.deviceInformation;
Public ReadOnly Property DeviceInformation As MobileBroadbandDeviceInformation

Property Value

The device information for the mobile broadband modem.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also