en-US/about_DRMMDeviceAuditDisplay.help.txt
|
TOPIC
about_DRMMDeviceAuditDisplay SHORT DESCRIPTION Represents the display information of a device in a device audit, including instance, screen height, and screen width. LONG DESCRIPTION The DRMMDeviceAuditDisplay class models the information about the display of the audited system. It includes properties such as Instance, ScreenHeight, and ScreenWidth, which provide details about the display. This class is typically used as part of the DRMMDeviceAudit to represent the hardware information of the system being audited. This class inherits from DRMMObject. ## PROPERTIES The DRMMDeviceAuditDisplay class exposes the following properties: Property Type Description ------------ ---------- ---------------------------------------- Instance string The instance identifier of the display. ScreenHeight int The height of the display screen in p... ScreenWidth int The width of the display screen in pi... ## METHODS The DRMMDeviceAuditDisplay 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_DRMMDeviceAuditDisplay.md |