Microsoft.Windows.Server.10.0.RemoteDesktopServicesRole.ServiceRemote Desktop Services Generic Role Service

Microsoft.Windows.Server.10.0.RemoteDesktopServicesRole.Service (ClassType)

This abstract class represents a generic Remote Desktop Services role service. This class is used as a base for other Remote Desktop Services role service classes.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbecc939a-a1ed-c05d-00af-484af5c5c0aa

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.Server.10.0.RemoteDesktopServicesRole.Service:
Host  string  Host Server Name Host Server Name false 255  False 
Version  string  OS Version Remote Desktop Services Generic Role Service Operating System Version false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.10.0.RemoteDesktopServicesRole.Service" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Host" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>