MobileBroadbandDeviceService.DeviceServiceId 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 the unique device service identity for the mobile broadband device service.
public:
property Platform::Guid DeviceServiceId { Platform::Guid get(); };
winrt::guid DeviceServiceId();
public Guid DeviceServiceId { get; }
var guid = mobileBroadbandDeviceService.deviceServiceId;
Public ReadOnly Property DeviceServiceId As Guid
Property Value
The unique Device Service identity for the Mobile Broadband device service.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|