System.SCE.ServerSCE Server

System.SCE.Server (ClassType)

Represents System Center Essentials Server

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityInternal
ElementId1dded3cc-fd62-7559-9d00-1d43c3d0528f

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 monitoring object. false 256  False 
System.SCE.Server:
WUServer  string      false 256  False 
ClientAUOption  int      false 256   
ClientScheduledDay  int      false 256   
ClientScheduledTime  int      false 256   
ClientNoAutoRestart  bool      false 256   
ServerAUOption  int      false 256   
ServerScheduledDay  int      false 256   
ServerScheduledTime  int      false 256   
ServerNoAutoRestart  bool      false 256   
SqlServerInstance  string      false 256  False 
SqlServerPort  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="System.SCE.Server" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="true">
<Property ID="WUServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClientAUOption" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClientScheduledDay" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClientScheduledTime" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClientNoAutoRestart" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerAUOption" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerScheduledDay" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerScheduledTime" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerNoAutoRestart" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SqlServerInstance" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SqlServerPort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>