LdapQueryDiscoveryCriteria Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::LdapQueryDiscoveryCriteria

public ref class LdapQueryDiscoveryCriteria 

NameDescription
System_CAPS_pubmethodLdapQueryDiscoveryCriteria()

Initializes the LdapQueryDiscoveryCriteria class.

System_CAPS_pubmethodLdapQueryDiscoveryCriteria(String^, String^)

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

NameDescription
System_CAPS_pubpropertyDomain

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

System_CAPS_pubpropertyLdapQuery

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: