DkmDeviceInfo.DeviceID 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.
[Optional] The unique identifier of the device.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::String ^ DeviceID { System::String ^ get(); };
public:
property Platform::String ^ DeviceID { Platform::String ^ get(); };
public string DeviceID { get; }
public string? DeviceID { get; }
member this.DeviceID : string
Public ReadOnly Property DeviceID As String