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.
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
Accepted by parameters
Constructors
public AccountLogonInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.