API Reference
Class
View (RecentObjectCreationService)
Result view with counts and lists of recently created directory objects.
Inheritance
- Object
- View
Constructors
public View() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Int32 Days { get; set; } #Lookback window in days.
public Int32 UserCount { get; set; } #Number of user objects created within the window.
public Int32 ComputerCount { get; set; } #Number of computer objects created within the window.
public Int32 GroupCount { get; set; } #Number of group objects created within the window.
public IReadOnlyList<Object> Users { get; set; } #Projected lightweight rows for recently created users.
public IReadOnlyList<Object> Computers { get; set; } #Projected lightweight rows for recently created computers.
public IReadOnlyList<Object> Groups { get; set; } #Projected lightweight rows for recently created groups.