API Reference
Class
GlobalCatalogComparisonServerResult
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
public GlobalCatalogComparisonServerResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.