TestimoX

API Reference

Class

AccountLogonInfo

Namespace ADPlayground
Assembly ADPlayground

Represents basic logon information for an account.

Inheritance

  • Object
  • AccountLogonInfo

Remarks

See usage examples in the unit tests for typical scenarios.

Constructors

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.