API Reference
Class
CoverageSummary
Per-site coverage metrics used by UI/reporting.
Inheritance
- Object
- CoverageSummary
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
- Property CoverageReport.Summary
- Method CoverageService.GetCoverage
- Property View.SiteCoverage
Constructors
public CoverageSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 DomainControllerCount { get; set; } #Number of domain controllers in the site.
public Nullable<Boolean> AutoSiteCoverageEnabled { get; set; } #True when auto site coverage is enabled (null when unknown).
public Int32 SubnetCount { get; set; } #Number of subnets bound to the site.
public Int32 GlobalOrphanedSubnetCount { get; set; } #Total number of subnets in the forest without a site binding.