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

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

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.