Microsoft.SharePoint.Library.SPSharedService.Component共有サービスのコンポーネント基本クラス

Microsoft.SharePoint.Library.SPSharedService.Component (ClassType)

共有サービスのコンポーネント基本クラスです。

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47692fe8-2683-5a60-4b0b-7e2cd10f4df9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SharePoint.Library.SPSharedService.Component:
FarmID  string  ファーム ID 共有サービス コンポーネントのファーム ID です。 true 256  False 
FarmName  string  ファーム名 共有サービス コンポーネントのファーム名です。 false 256  False 
ComponentID  string  コンポーネント ID 共有サービス コンポーネントのコンポーネント ID です。 true 256  False 

Health Model:

Source Code:

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