Microsoft.SharePoint.SPSharedService.Component共享服务的组件基类

Microsoft.SharePoint.SPSharedService.Component (ClassType)

共享服务的组件基类。

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda54f6696-9927-3afa-4eb1-0bb7e5f84943

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SharePoint.SPSharedService.Component:
FarmID  string  场 ID 共享服务组件的场 ID。 true 256  False 
ComponentID  string  组件 ID 共享服务组件的组件 ID。 true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPSharedService.Component" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="ComponentID" Type="string" Key="true"/>
</ClassType>