API Reference
Class
ComputerBaseView
Minimal base view for computer rows used in generic tables.
Inheritance
- Object
- ComputerBaseView
Constructors
public ComputerBaseView() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public String SamAccountName { get; set; } #Computer sAMAccountName.
public String DistinguishedName { get; set; } #Distinguished name.
public String OperatingSystem { get; set; } #Operating system caption.
public String OperatingSystemVersion { get; set; } #Operating system version string.
public Boolean Enabled { get; set; } #True when the computer account is enabled.
public Boolean IsServer { get; set; } #True when OS caption indicates a server build.
public Nullable<DateTime> LastLogon { get; set; } #Most recent lastLogon (non-replicated) timestamp when known.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Replicated lastLogonTimestamp when known.
public Nullable<DateTime> PasswordLastSet { get; set; } #Password last set timestamp.
public Nullable<Int32> LastLogonDays { get; set; } #Days since most recent logon (null when unknown).
public Nullable<Int32> PasswordAgeDays { get; set; } #Days since password was last set (null when unknown).