Microsoft.SharePoint.Library.SPSharedServiceApplicationApplication de service partagé SharePoint

Microsoft.SharePoint.Library.SPSharedServiceApplication (ClassType)

Instance d’application de service partagé

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId79ebe7bb-1b6b-ade5-18bd-856add3ddb62

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SharePoint.Library.SPSharedServiceApplication:
FarmID  string  FarmID ID de la batterie de serveurs d’une application de service partagé. true 256  False 
FarmName  string  FarmName Nom de la batterie de serveurs d’une application de service partagé. false 256  False 
ServiceApplicationID  string  ServiceApplicationID ID d’application de service d’une application de service partagé. true 256  False 
TypeName  string  Nom de type d’application de service partagé Propriété TypeName d’une application de service partagé. false 256  False 

Health Model:

Source Code:

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