Microsoft.KnowledgeServices.Windows.Server.AD.ConnectionObjectAD Connection Object

Microsoft.KnowledgeServices.Windows.Server.AD.ConnectionObject (ClassType)

Active Directory Connection Object

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2fb0ecad-121e-6e40-6348-688a60a5fbcb

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.KnowledgeServices.Windows.Server.AD.ConnectionObject:
Name  string  Name Active Directory Connection Object Name true 255  False 
LastSuccessfulSyncTime  string  Last Successful Sync Time Last Successful Sync Time false 255  False 
ConnectionState  string  Connection State Connection State false 255  False 
ConnectionStyle  string  Connection Style Connection Style false 255  False 
ConsecutiveFailures  string  Consecutive Failures Consecutive Failures false 255  False 
TransportType  string  Transport Type Transport Type false 255  False 
OtherPartitionsHeld  string  Other Partitions Held Other Partitions Held false 255  False 
DomainPartitionsHeld  string  Domain Partitions Held Domain Partitions Held false 255  False 
ApplicationPartitionsHeld  string  Application Partitions Held Application Partitions Held false 255  False 
ManualConnection  string  Manual Connection Manual Connection false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Windows.Server.AD.ConnectionObject" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LastSuccessfulSyncTime" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionState" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionStyle" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConsecutiveFailures" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="TransportType" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="OtherPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DomainPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ApplicationPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ManualConnection" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>