API Reference
Class
DirectoryEssentialsDomainSummary
Quick summary counters for a single domain.
Inheritance
- Object
- DirectoryEssentialsDomainSummary
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
- Property DirectoryEssentialsSummary.Domains
Constructors
public DirectoryEssentialsDomainSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public Int64 AllObjects { get; set; } #Total objects count (approximate).
public Boolean AllObjectsCompleted { get; set; } #True when all objects count completed within time budget.
public Int64 Users { get; set; } #User objects count (approximate).
public Boolean UsersCompleted { get; set; } #True when user count completed within time budget.
public Int64 Computers { get; set; } #Computer objects count (approximate).
public Boolean ComputersCompleted { get; set; } #True when computer count completed within time budget.
public Int64 Groups { get; set; } #Group objects count (approximate).
public Boolean GroupsCompleted { get; set; } #True when group count completed within time budget.