TestimoX

API Reference

Class

GlobalCatalogComparisonServerResult

Namespace ADPlayground.DirectoryEssentials
Assembly ADPlayground
Modifiers sealed

Result for a single global catalog server.

Inheritance

  • Object
  • GlobalCatalogComparisonServerResult

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 String GlobalCatalog { get; set; } #

Global catalog server name.

public IReadOnlyList<GlobalCatalogComparisonMissingRow> Missing { get; set; } #

Missing objects discovered on this GC.

public IReadOnlyList<GlobalCatalogComparisonWrongGuidRow> WrongGuid { get; set; } #

Wrong GUID objects discovered on this GC.

public IReadOnlyList<GlobalCatalogComparisonErrorRow> Errors { get; set; } #

Errors encountered for this GC.