API Reference
Class
LocalUserAccountInfo
Local user account row.
Inheritance
- Object
- LocalUserAccountInfo
Constructors
public LocalUserAccountInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #User account name.
public String Domain { get; set; } #User domain (computer name for local users).
public String FullName { get; set; } #Display name/full name.
public String Description { get; set; } #Description.
public Nullable<Boolean> Disabled { get; set; } #True when account is disabled.
public Nullable<Boolean> PasswordRequired { get; set; } #True when password is required.
public Nullable<Boolean> PasswordExpires { get; set; } #True when password expires.
public Nullable<Boolean> Lockout { get; set; } #True when account is locked out.
public String Status { get; set; } #Status text from WMI.