LdapQueryDiscoveryCriteria Class

 

Applies To: Operations Manager for System Center 2012

Specifies the criteria for a Lightweight Directory Access Protocol (LDAP) query for discovering Windows-based computers, limiting the returned objects to those that meet the criteria.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.LdapQueryDiscoveryCriteria

Syntax

public class LdapQueryDiscoveryCriteria
public ref class LdapQueryDiscoveryCriteria 
type LdapQueryDiscoveryCriteria = class end
Public Class LdapQueryDiscoveryCriteria

Constructors

Name Description
System_CAPS_pubmethod LdapQueryDiscoveryCriteria()

Initializes the LdapQueryDiscoveryCriteria class.

System_CAPS_pubmethod LdapQueryDiscoveryCriteria(String, String)

Initializes the LdapQueryDiscoveryCriteria class with a query and domain name for discovering Windows-based computers.

Properties

Name Description
System_CAPS_pubproperty Domain

Gets or sets the name of the domain in which to discover Windows-based computers.

System_CAPS_pubproperty LdapQuery

Gets or sets the Lightweight Directory Access Protocol (LDAP) query to use when discovering Windows-based computers.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

WindowsDiscoveryConfiguration
LdapQueryDiscoveryCriteria
Microsoft.EnterpriseManagement.Administration Namespace

Return to top