API Reference
Class
BuiltinAccountsState
Built-in account state derived from security options (e.g., Guest/Administrator).
Inheritance
- Object
- BuiltinAccountsState
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
- Method BuiltinAccountsQuery.Get
Accepted by parameters
- Method BuiltinAccountsWriter.Set
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.