API Reference
Class
Options (DnsDcLocatorIntegrityService)
Options controlling DC locator DNS analysis.
Inheritance
- Object
- Options
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 Options() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain name associated with the analysis.
public String DnsServer { get; set; } #DNS server to query when inventory is collected live.
public IReadOnlyCollection<String> DomainControllerNames { get; set; } #Known domain controller DNS names. When empty, AD enumeration is attempted for live domain analyses.
public Int32 MaxFindings { get; set; } #Maximum number of findings returned in the snapshot.