Microsoft.Windows.Server.LDS.ServiceServices Instance

Microsoft.Windows.Server.LDS.Service (ClassType)

An instance of AD LDS

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId807f4c81-fe10-0e2c-18f0-ae143bbf5d54

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.Server.LDS.Service:
Name  string  Name The name of the AD LDS instance true 255  False 
Description  string  Description The description of the AD LDS instance false 255  False 
LDAPPort  int  LDAP Port The port number on which the AD LDS instance is listening for Lightweight Directory Access Protocol (LDAP) connections false 255   
LDAPSSLPort  int  LDAP SSL Port The port number on which the AD LDS instance is listening for Lightweight Directory Access Protocol (LDAP) connections using Secure Sockets Layer (SSL) false 255   
DatabaseFile  string  Database File The full path to the AD LDS database false 255  False 
DatabaseLogPath  string  Database Log Path The full path to the folder where the AD LDS log is located false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.LDS.Service" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LDAPPort" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LDAPSSLPort" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DatabaseFile" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DatabaseLogPath" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>