API Reference
Class
AccountLogonInfo
Represents basic logon information for an account.
Inheritance
- Object
- AccountLogonInfo
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public AccountLogonInfo() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public DateTime Created { get; set; } #Gets or sets the account creation time.
public Nullable<DateTime> LastLogon { get; set; } #Gets or sets the lastLogon value.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Gets or sets the lastLogonTimestamp value.