Microsoft.SharePoint.Foundation.2010.SPComponentInstanceSharePoint Component

Microsoft.SharePoint.Foundation.2010.SPComponentInstance (ClassType)

This is one instance of a particular SharePoint component.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47320764-bf44-010a-9fb1-ede7568a63b7

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.Foundation.2010.SPComponentInstance:
FarmID  string  FarmID For A SharePoint Component Farm ID for a SharePoint Component. true 256  False 
HostServer  string  HostServer For A SharePoint Component This is a property of SharePoint component that identifies server name for that particular component. true 256  False 
ComponentPath  string  ComponentPath For A SharePoint Component This is a property of SharePoint component that identifies path for that particular component. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPComponentInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="ComponentPath" Type="string" Key="true"/>
</ClassType>