Group contains Computers

Microsoft.SystemCenter.ComputerGroupContainsComputer (RelationshipType)

Groups that contain only computers.

Element properties:

SourceMicrosoft.SystemCenter.ComputerGroup
TargetSystem.Computer
TypeSystem.Containment
AccessibilityPublic
AbstractFalse
Commentcomputer groups contain computers

Source Code:

<RelationshipType ID="Microsoft.SystemCenter.ComputerGroupContainsComputer" Comment="computer groups contain computers" Accessibility="Public" Abstract="false" Base="System!System.Containment">
<Source ID="Source" Type="Microsoft.SystemCenter.ComputerGroup"/>
<Target ID="Target" Type="System!System.Computer"/>
</RelationshipType>