TestimoX

API Reference

Class

SubnetSummary

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Aggregated subnet totals and per-site counts with orphan count.

Inheritance

  • Object
  • SubnetSummary

Constructors

Properties

public Int32 Total { get; set; } #

Total number of subnets in the forest.

public Int32 Orphaned { get; set; } #

Number of subnets without a site binding.

public IReadOnlyList<SubnetSiteCount> BySite { get; set; } #

Counts per site DN.