Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 916 Bytes

deviceservicingdetails_deviceid.md

File metadata and controls

22 lines (15 loc) · 916 Bytes
-api-id -api-type
P:Windows.Devices.Background.DeviceServicingDetails.DeviceId
winrt property

Windows.Devices.Background.DeviceServicingDetails.DeviceId

-description

Gets the DeviceInformation.ID of the device the task is targeting. The background task can provide this to the FromIdAsync method of the appropriate device access class to open the device. For example, call UsbDevice.FromIdAsync in the Windows.Devices.Usb namespace to open a USB device.

-property-value

The deviceId parameter value from the originating RequestAsync call.

-remarks

-examples

-see-also