Microsoft.SharePoint.SPSharedService.ComponentComponent Base Class For Shared Service

Microsoft.SharePoint.SPSharedService.Component (ClassType)

Component Base Class for Shared Services.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda54f6696-9927-3afa-4eb1-0bb7e5f84943

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SharePoint.SPSharedService.Component:
FarmID  string  Farm ID Farm ID for Shared Services Component. true 256  False 
ComponentID  string  Component ID Component ID for Shared Services Component. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPSharedService.Component" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="ComponentID" Type="string" Key="true"/>
</ClassType>