MobileBroadbandModem.DeviceServices Property

Definition

Gets a list of the device services available for the mobile broadband modem.

public:
 property IVectorView<MobileBroadbandDeviceServiceInformation ^> ^ DeviceServices { IVectorView<MobileBroadbandDeviceServiceInformation ^> ^ get(); };
IVectorView<MobileBroadbandDeviceServiceInformation> DeviceServices();
public IReadOnlyList<MobileBroadbandDeviceServiceInformation> DeviceServices { get; }
var iVectorView = mobileBroadbandModem.deviceServices;
Public ReadOnly Property DeviceServices As IReadOnlyList(Of MobileBroadbandDeviceServiceInformation)

Property Value

A list of the device services available for the mobile broadband modem.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also