API Reference
Class
LdapToolAdLdapQueryResult
Result for ad_ldap_query execution.
Inheritance
- Object
- LdapToolAdLdapQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public LdapToolAdLdapQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Domain controller used by execution.
public String SearchBaseDn { get; set; } #Search base distinguished name used by execution.
public String LdapFilter { get; set; } #LDAP filter used by execution.
public String Scope { get; set; } #Scope string used by execution.
public Int32 MaxResults { get; set; } #Maximum rows requested.
public Int32 MaxAttributes { get; set; } #Maximum attributes requested.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values per multi-valued attribute.
public Int32 Count { get; set; } #Returned row count.
public Boolean LimitReached { get; set; } #True when result set reached a configured limit.
public IReadOnlyList<String> Attributes { get; set; } #Resolved attribute list used by execution.
public IReadOnlyList<LdapToolOutputRow> Results { get; set; } #Projected rows.