en-US/about_DRMMDeviceAuditSoftware.help.txt

TOPIC
    about_DRMMDeviceAuditSoftware
 
SHORT DESCRIPTION
    Represents the software information of a device in a device audit, including its name and version.
 
LONG DESCRIPTION
The DRMMDeviceAuditSoftware class models the information about the software installed on the audited system. It includes properties such as Name and Version, which provide details about each software application. This class is typically used as part of the DRMMDeviceAudit to represent the software inventory of the system being audited.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMDeviceAuditSoftware class exposes the following properties:

    Property Type Description
    ---------- ---------- ----------------------------
    Name string The name of the software.
    Version string The version of the software.
## METHODS

The DRMMDeviceAuditSoftware 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_DRMMDeviceAuditSoftware.md