API Reference
Class
DomainControllersQueryResult
Typed domain controller query result.
Inheritance
- Object
- DomainControllersQueryResult
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 DomainControllersQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Domain controller used for the query.
public String BaseDn { get; set; } #Effective query base distinguished name.
public Int32 MaxResults { get; set; } #Maximum results cap used for the query.
public Int32 Count { get; set; } #Number of rows returned.
public Boolean IsTruncated { get; set; } #Indicates whether results were truncated by caps.
public IReadOnlyList<LdapToolOutputRow> DomainControllers { get; set; } #Domain controller rows.