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 | |
---|---|---|
LdapQueryDiscoveryCriteria() | Initializes the LdapQueryDiscoveryCriteria class. |
|
LdapQueryDiscoveryCriteria(String, String) | Initializes the LdapQueryDiscoveryCriteria class with a query and domain name for discovering Windows-based computers. |
Properties
Name | Description | |
---|---|---|
Domain | Gets or sets the name of the domain in which to discover Windows-based computers. |
|
LdapQuery | Gets or sets the Lightweight Directory Access Protocol (LDAP) query to use when discovering Windows-based computers. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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