Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplicationSharePoint Shared Service Application

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

Shared service application instance.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfb342dcf-fbdc-b837-d2a5-c42a3f430909

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.SPSharedServiceApplication:
FarmID  string  FarmID Farm ID of a Shared Service Application. true 256  False 
ServiceApplicationID  string  ServiceApplicationID Service ApplicationID ID of a Shared Service Application. true 256  False 
TypeName  string  Shared Service Application Type Name Typename property of a Shared Service Application. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="ServiceApplicationID" Type="string" Key="true"/>
<Property ID="TypeName" Type="string" Key="false"/>
</ClassType>