Microsoft.SharePoint.Library.SPSharedService.CollectionCollection Base Class For Shared Service

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

Collection Base class for Shared Service.

Element properties:

Base ClassMicrosoft.SystemCenter.InstanceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8a9977f0-9a2e-03cd-0292-3b2d3b4481df

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 the object. false 4000  False 
Microsoft.SharePoint.Library.SPSharedService.Collection:
FarmID  string  Farm ID Farm ID for Shared Services Collection. true 256  False 
FarmName  string  Farm Name Farm Name for Shared Services Collection. false 256  False 
CollectionID  string  Collection ID Collection ID for Shared Services Collection. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPSharedService.Collection" Accessibility="Public" Abstract="true" Base="SCIG!Microsoft.SystemCenter.InstanceGroup" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="CollectionID" Type="string" Key="true"/>
</ClassType>