API Reference
Class
DeviceManagerDevice
Device Manager entry (class, friendly name, status, problem code, PNP ID).
Inheritance
- Object
- DeviceManagerDevice
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DeviceManager.GetAsync
- Method DeviceManagerQuery.GetAsync
- Method Devices.GetAllAsync
- Method Devices.GetByClassAsync
- Property ComputerInventory.DeviceManagerDevices
Constructors
public DeviceManagerDevice() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Browsable(false)Computer name from which the device information was collected.
public String Class { get; set; } #Display(Name = "Class", Order = 0)Device class reported by Plug and Play (PNPClass).
public String ProblemCode { get; set; } #Display(Name = "Problem", Order = 3)Optional device problem code (ConfigManagerErrorCode) when not working properly.
public String PnpDeviceId { get; set; } #Display(Name = "PNP ID", Order = 4)Plug and Play device identifier.