Microsoft.SharePoint.Foundation.2010.SPServiceSharePoint Service

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

This is one instance of a particular SharePoint Service.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5deb1bea-6181-70da-b586-6a77e7227dc2

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.SPService:
FarmID  string  FarmID For SharePoint Service Collection Farm ID for SharePoint Service Collection. true 256  False 
ServiceID  string  ServiceID Service ID of a SharePoint Service. true 256  False 
TypeName  string  Service Type Name Typename property of a SharePoint Service. true 256  False 
NotShared  bool  Is This A Regular SharePoint Service? True: Regular Service. False: Shared Service. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPService" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="ServiceID" Type="string" Key="true"/>
<Property ID="TypeName" Type="string" Key="true"/>
<Property ID="NotShared" Type="bool" Key="false"/>
</ClassType>