Microsoft.Windows.KeyManagement.ProductKey Management Service Product

Microsoft.Windows.KeyManagement.Product (ClassType)

Instances of Key Management Service Product

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId82398f53-7b13-fada-1637-589fa23b2baf

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.KeyManagement.Product:
ProductSkuId  string  SKU Id true 256  False 
ProductSkuName  string  Name false 256  False 
ProductSkuDescription  string  Description false 256  False 
KMSCurrentCount  int  KMS Current Count false 256   
LastActivity  string  Last Activity false 256  False 
LastActivityYear  string  Last Activity(Year) false 256  False 
LastActivityMonth  string  Last Activity(Month) false 256  False 
LastActivityDay  string  Last Activity(Day) false 256  False 
LastActivityHour  string  Last Activity(Hour) false 256  False 
LastActivityMinute  string  Last Activity(Minute) false 256  False 
TotalRequests  int  Total Requests false 256   
IdleMinutes  string  IdleMinutes false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.KeyManagement.Product" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ProductSkuId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductSkuName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="ProductSkuDescription" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="KMSCurrentCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivityYear" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivityMonth" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivityDay" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivityHour" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastActivityMinute" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TotalRequests" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IdleMinutes" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>