API Reference
Class
InactiveComputerInfo
Represents information about an inactive computer account.
Inheritance
- AccountLogonInfo
- InactiveComputerInfo
Constructors
public InactiveComputerInfo() #Inherited Methods
Properties
public String OperatingSystem { get; set; } #Gets or sets the operating system.
public String OperatingSystemVersion { get; set; } #Gets or sets the operating system version.
public String DomainName { get; set; } #Gets or sets the domain name the computer belongs to.
public String DnsHostName { get; set; } #Gets or sets the DNS host name of the computer.
public String LastLogonServer { get; set; } #Gets or sets the server where the last logon was recorded.
Inherited Properties
public String SamAccountName { get; set; } #Inherited from AccountLogonInfo
public DateTime Created { get; set; } #Inherited from AccountLogonInfo
public Nullable<DateTime> LastLogon { get; set; } #Inherited from AccountLogonInfo
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Inherited from AccountLogonInfo