TestimoX

API Reference

Class

AdwsLdapQuery

Namespace ADPlayground.Network
Assembly ADPlayground
Implements
IEquatable<AdwsLdapQuery>
Modifiers sealed

LDAP query sent to ADWS using the MS-WSDS LdapQuery dialect.

Inheritance

  • Object
  • AdwsLdapQuery

Constructors

public AdwsLdapQuery(String Filter, String BaseObject, AdwsSearchScope Scope) #

LDAP query sent to ADWS using the MS-WSDS LdapQuery dialect.

Parameters

Filter System.String requiredposition: 0
LDAP filter string (e.g., (objectClass=*)).
BaseObject System.String requiredposition: 1
Distinguished name of the base object (e.g., DC=contoso,DC=com).
Scope ADPlayground.Network.AdwsSearchScope requiredposition: 2
LDAP search scope.

Methods

public AdwsLdapQuery <Clone>$() #
Returns: AdwsLdapQuery
public Void Deconstruct(out String Filter, out String BaseObject, out AdwsSearchScope Scope) #
Returns: Void

Parameters

Filter String requiredposition: 0
BaseObject String requiredposition: 1
Scope AdwsSearchScope requiredposition: 2
public virtual Boolean Equals(AdwsLdapQuery other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Filter { get; set; } #

LDAP filter string (e.g., (objectClass=*)).

public String BaseObject { get; set; } #

Distinguished name of the base object (e.g., DC=contoso,DC=com).

public AdwsSearchScope Scope { get; set; } #

LDAP search scope.