MobileBroadbandDeviceServiceInformation.DeviceServiceId Property

Definition

Gets the unique device service identifier for the mobile broadband device.

public:
 property Platform::Guid DeviceServiceId { Platform::Guid get(); };
winrt::guid DeviceServiceId();
public Guid DeviceServiceId { get; }
var guid = mobileBroadbandDeviceServiceInformation.deviceServiceId;
Public ReadOnly Property DeviceServiceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The unique device service identifier for the mobile broadband device.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also