API Reference
Class
DomainControllersQueryResult
Typed domain controller query result.
Inheritance
- Object
- DomainControllersQueryResult
Constructors
public DomainControllersQueryResult() #Inherited Methods
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.