API Reference
Class
AggregateForestSummary
Forest-wide rollup of user, computer, and group statistics based on per-domain assessments.
Inheritance
- Object
- AggregateForestSummary
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
Constructors
public AggregateForestSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ForestName { get; set; } #DNS name of the forest.
public Int32 DomainCount { get; set; } #Total number of domains that contributed to the rollup.
public UsersSummary Users { get; set; } #Aggregated user metrics across the forest.
public ComputersRollup Computers { get; set; } #Aggregated computer metrics across the forest.
public GroupsSummary Groups { get; set; } #Aggregated group metrics across the forest.