en-US/about_DRMMDeviceAuditAttachedDevice.help.txt
|
TOPIC
about_DRMMDeviceAuditAttachedDevice SHORT DESCRIPTION Represents an attached device in a device audit, including its description and instance information. LONG DESCRIPTION The DRMMDeviceAuditAttachedDevice class models the information about a device that is attached to the audited system. It includes properties such as Description and Instance, which provide details about the attached device. This class is typically used as part of the DRMMDeviceAudit to represent the various devices connected to the system being audited. This class inherits from DRMMObject. ## PROPERTIES The DRMMDeviceAuditAttachedDevice class exposes the following properties: Property Type Description ----------- ---------- ---------------------------------------- Description string A description of the attached device. Instance string The instance identifier of the attach... ## METHODS The DRMMDeviceAuditAttachedDevice class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMDeviceAudit/about_DRMMDeviceAuditAttachedDevice.md |