MobileBroadbandModem.DeviceServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|