Microsoft.SharePoint.Library.SPComponentInstanceSharePoint Component

Microsoft.SharePoint.Library.SPComponentInstance (ClassType)

This is one instance of a particular SharePoint component.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5fac9eed-2604-b0ed-6239-4518942984ee

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 the object. false 4000  False 
Microsoft.SharePoint.Library.SPComponentInstance:
FarmID  string  FarmID For A SharePoint Component Farm ID for a SharePoint Component. true 256  False 
FarmName  string  FarmName For A SharePoint Component Farm Name for a SharePoint Component. false 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.Library.SPComponentInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="ComponentPath" Type="string" Key="true"/>
</ClassType>