Microsoft.SharePoint.SPServiceInstanceSharePoint Service Instance

Microsoft.SharePoint.SPServiceInstance (ClassType)

This is one instance of a particular SharePoint Service Instance.

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb261e15d-ca7c-ad5a-277a-16ef39f422d3

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.SPServiceInstance:
FarmID  string  FarmID For SharePoint ServiceInstance Farm ID for SharePoint ServiceInstance. true 256  False 
HostServer  string  HostServer For SharePoint ServiceInstance This is a property of SharePoint ServiceInstance that identifies HostServer for that particular Service. true 256  False 
TypeName  string  TypeName For SharePoint ServiceInstance This is a property of SharePoint ServiceInstance that identifies TypeName for that particular Service. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPServiceInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="TypeName" Type="string" Key="true"/>
</ClassType>