Microsoft.Intune.Exchange.Connector.ApplicationMicrosoft Intune Exchange Connector Application

Microsoft.Intune.Exchange.Connector.Application (ClassType)

It represents Microsoft Intune Exchange Connector Application.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0607aefc-a7b8-1dc6-f838-dc52d5f658c3
Comment Microsoft Intune Exchange Connector Service Class

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.Intune.Exchange.Connector.Application:
Caption  string  Caption Caption false 256  False 
Description  string  Description Description false 256  False 
DisplayName  string  DisplayName DisplayName false 256  False 
Name  string  Name Name true 256  False 
StartMode  string  StartMode StartMode false 256  False 
State  string  State State false 256  False 
Status  string  Status Status false 256  False 
SystemName  string  SystemName SystemName false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Intune.Exchange.Connector.Application" Comment=" Microsoft Intune Exchange Connector Service Class" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Caption" 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="DisplayName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StartMode" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SystemName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>