Has Software Item Installed

System.DeviceHasSoftwareItemInstalled (RelationshipType)

Element properties:

SourceSystem.Device
TargetSystem.SoftwareItem
TypeSystem.Reference
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="System.DeviceHasSoftwareItemInstalled" Base="System!System.Reference" Accessibility="Public">
<Property ID="InstalledDate" Type="datetime"/>
<Property ID="SerialNumber" Type="string"/>
<Property ID="InstalledPath" Type="string"/>
<Source ID="Device" Type="System!System.Device"/>
<Target ID="SoftwareItem" Type="System.SoftwareItem"/>
</RelationshipType>