API Reference
Class
BuiltinAccountsState
Built-in account state derived from security options (e.g., Guest/Administrator).
Inheritance
- Object
- BuiltinAccountsState
Constructors
public BuiltinAccountsState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AdministratorName { get; set; } #Current name of the built-in Administrator account.
public Nullable<Boolean> AdministratorEnabled { get; set; } #True when the Administrator account is enabled.
public String GuestName { get; set; } #Current name of the built-in Guest account.
public Nullable<Boolean> GuestEnabled { get; set; } #True when the Guest account is enabled.