API Reference
Class
DomainInfoQueryResult
Domain/forest identity snapshot composed from RootDSE.
Inheritance
- Object
- DomainInfoQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DomainInfoService.Query
Constructors
public DomainInfoQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Domain controller hint used by the caller.
public String DnsDomainName { get; set; } #DNS domain name derived from RootDSE defaultNamingContext.
public String ForestDnsName { get; set; } #Forest DNS name derived from RootDSE rootDomainNamingContext.
public LdapToolQueryRow RootDse { get; set; } #RootDSE projection with formatted attributes.