Microsoft.Office.AccessMicrosoft Office Access

Microsoft.Office.Access (ClassType)

All installations of any version of a Office Access.

Element properties:

Base ClassMicrosoft.Office.InformationWorker.Application
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId413db5a0-f7a9-5a52-6a69-8b374ebe61c3

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.Office.Access:
Version  string  Version false 255  False 
FileName  string  Executable Name false 255  False 
PerfCounterName  string  Performance Counter Name false 255  False 
FilePath  string  Executable Path false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Office.Access" Abstract="true" Accessibility="Public" Base="Microsoft.Office.InformationWorker.Application" Hosted="true" Singleton="false">
<Property ID="Version" CaseSensitive="false" Key="false" Length="255" Type="string"/>
<Property ID="FileName" CaseSensitive="false" Key="false" Length="255" Type="string"/>
<Property ID="PerfCounterName" CaseSensitive="false" Key="false" Length="255" Type="string"/>
<Property ID="FilePath" CaseSensitive="false" Key="false" Length="255" Type="string"/>
</ClassType>