Share via


AgentAssignment.LdapQuery Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the Lightweight Directory Access Protocol (LDAP) query that is used to define the agents a rule will apply to.

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

Syntax

public string LdapQuery { get; set; }
public:
property String^ LdapQuery {
    String^ get();
    void set(String^ value);
}
member LdapQuery : string with get, set
Public Property LdapQuery As String

Property Value

Type: System.String

Returns a String that contains the LDAP query.

See Also

AgentAssignment Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top