Microsoft.Windows.OperatingSystemWindows Operating System

Microsoft.Windows.OperatingSystem (ClassType)

All Windows Operating Systems

Element properties:

Base ClassSystem.OperatingSystem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6f4a0608-c642-db63-a004-c7b81810f568

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 
Microsoft.Windows.OperatingSystem:
OSVersion  string  Operating System Version The current operating system version. false 256  False 
OSVersionDisplayName  string  Operating System Version Display Name The current operating system version that will be displayed to the user. false 256  False 
ProductType  string  Product Type false 256  False 
BuildNumber  string  Build Number false 256  False 
CSDVersion  string  CSD Version false 256  False 
ServicePackVersion  string  Service Pack Version false 256  False 
SerialNumber  string  Serial Number false 256  False 
InstallDate  string  Install Date false 256  False 
SystemDrive  string  System Drive false 256  False 
WindowsDirectory  string  Windows Directory false 256  False 
PhysicalMemory  int  Physical Memory (KB) false 256   
LogicalProcessors  int  Logical Processors false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.OperatingSystem" Base="System!System.OperatingSystem" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="OSVersion" Type="string"/>
<Property ID="OSVersionDisplayName" Type="string"/>
<Property ID="ProductType" Type="string"/>
<Property ID="BuildNumber" Type="string"/>
<Property ID="CSDVersion" Type="string"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="SerialNumber" Type="string"/>
<Property ID="InstallDate" Type="string"/>
<Property ID="SystemDrive" Type="string"/>
<Property ID="WindowsDirectory" Type="string"/>
<Property ID="PhysicalMemory" Type="int"/>
<Property ID="LogicalProcessors" Type="int"/>
</ClassType>