API Reference
Class
UserAgingView
Compact view with aging metrics for users.
Inheritance
- Object
- UserAgingView
Constructors
public UserAgingView() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Legacy logon name (DOMAIN\user).
public String DomainName { get; set; } #DNS domain containing the user object.
public Nullable<Int32> LastLogonDays { get; set; } #Number of days since the user last authenticated (authoritative when collected).
public Nullable<Int32> PasswordAgeDays { get; set; } #Number of days since the user last reset or changed their password.
public Boolean Enabled { get; set; } #Indicates whether the account is enabled.