Answer File OptionsAdministrator Password Property
Gets or sets the password for the local Administrator account.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The password for the administrator account, or to leave the account disabled. The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string? AdministratorPassword { get; set; }VB
Public Property AdministratorPassword As String
Get
SetC++
public:
property String^ AdministratorPassword {
String^ get ();
void set (String^ value);
}F#
member AdministratorPassword : string with get, setProperty Value
StringThe password for the administrator account, or to leave the account disabled. The default value is .
Remarks
This password will be applied to the built-in local Administrator account. If this property is , this account is disabled by default. If this property is set to an empty string, the account will be enabled with no password.