API Reference
Class
GlobalCatalogComparisonServerResult
Result for a single global catalog server.
Inheritance
- Object
- GlobalCatalogComparisonServerResult
Constructors
public GlobalCatalogComparisonServerResult() #Inherited Methods
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.