API Reference
Class
AdminInactiveAccount
A single privileged account flagged as inactive based on last logon.
Inheritance
- Object
- AdminInactiveAccount
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 AdminInactiveAccount() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name.
public String SamAccountName { get; set; } #Account sAMAccountName.
public String DisplayName { get; set; } #Optional display name.
public Boolean Enabled { get; set; } #True when the account is enabled.
public Int32 LastLogonDays { get; set; } #Days since last logon (or -1 when unknown).
public Int32 PasswordAgeDays { get; set; } #Days since the password was last set (or -1 when unknown).
public Boolean NeverLoggedOn { get; set; } #True when the account has never logged on.
public String DisplayLabel { get; } #A friendly label combining DisplayName and SamAccountName, falling back to SamAccountName when the display name is not set.