HP.DataProtector.ServiceData Protector Generic Service

HP.DataProtector.Service (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId7845f908-352c-f016-1dd7-633be9d2a6e5

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 
HP.DataProtector.Service:
DisplayName  string  Service Display Name false 256  False 
ServiceProcessName  string  Service Process Name false 256  False 
Description  string  Description false 256  False 
Host  string  Host true 256  False 
ServiceName  string  Service Name true 256  False 

Health Model:

Source Code:

<ClassType ID="HP.DataProtector.Service" Accessibility="Internal" Abstract="true" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="DisplayName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceProcessName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Host" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>