Site Context

Microsoft.SystemCenter.SiteContext (RelationshipType)

Element properties:

SourceMicrosoft.SystemCenter.Site
TargetMicrosoft.SystemCenter.ManagementActionPoint
TypeSystem.Reference
AccessibilityPublic
AbstractFalse
CommentSite context for Management Action Point

Source Code:

<RelationshipType ID="Microsoft.SystemCenter.SiteContext" Comment="Site context for Management Action Point" Accessibility="Public" Abstract="false" Base="System!System.Reference">
<Property ID="SiteContextOwnerId" Comment="Id of Management Action Point managing Site extending Site context to sub-tree" Type="guid" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true"/>
<Source ID="Source" MinCardinality="0" MaxCardinality="2147483647" Type="Microsoft.SystemCenter.Site"/>
<Target ID="Target" MinCardinality="0" MaxCardinality="2147483647" Type="Microsoft.SystemCenter.ManagementActionPoint"/>
</RelationshipType>