Microsoft.SharePoint.Library.SPServerSharePoint Server

Microsoft.SharePoint.Library.SPServer (ClassType)

SharePoint Server.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd7198af3-2dcc-2fa1-66d5-2cec4593ff7a

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.SPServer:
ComputerID  string  SharePoint Server ComputerID This is a property of SharePoint Server that identifies a particular machine. true 256  False 
FarmID  string  FarmID For SharePoint Server Farm ID for SharePoint Server. true 256  False 
FarmName  string  FarmName For SharePoint Server Farm Name for SharePoint Server. false 256  False 
SPRole  string  Role For SharePoint Server Role for SharePoint Server. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPServer" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ComputerID" Type="string" Key="true"/>
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="SPRole" Type="string" Key="false"/>
</ClassType>