API Reference
Class
ExpiredUserEntry
A single expired user entry returned by ExpiredUsersService.
Inheritance
- Object
- ExpiredUserEntry
Constructors
public ExpiredUserEntry() #Inherited Methods
Properties
public String DistinguishedName { get; set; } #Distinguished name.
public String CommonName { get; set; } #Common name (cn).
public String SamAccountName { get; set; } #sAMAccountName.
public String UserPrincipalName { get; set; } #Optional userPrincipalName.
public String DisplayName { get; set; } #Optional displayName.
public String Mail { get; set; } #Optional mail attribute.
public Nullable<DateTime> AccountExpiresUtc { get; set; } #accountExpires time (UTC), if present and parseable.
public Boolean Enabled { get; set; } #True when the account is enabled (UAC does not include ACCOUNTDISABLE).
public Int32 UserAccountControl { get; set; } #Raw userAccountControl.
public Nullable<DateTime> WhenChangedUtc { get; set; } #whenChanged time (UTC), if present.
public Nullable<DateTime> WhenCreatedUtc { get; set; } #whenCreated time (UTC), if present.
public Nullable<DateTime> LastLogonTimestampUtc { get; set; } #lastLogonTimestamp time (UTC), if present.