Answer File OptionsAuto Logon Property
Gets or sets options for logging on automatically.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
An instance of the AutoLogonOptions class, or to not An instance of the AutoLogonOptions class, or to not use automatic log-on. The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public AutoLogonOptions? AutoLogon { get; set; }VB
Public Property AutoLogon As AutoLogonOptions
Get
SetC++
public:
property AutoLogonOptions^ AutoLogon {
AutoLogonOptions^ get ();
void set (AutoLogonOptions^ value);
}F#
member AutoLogon : AutoLogonOptions with get, setProperty Value
AutoLogonOptionsAn instance of the AutoLogonOptions class, or to not An instance of the AutoLogonOptions class, or to not use automatic log-on. The default value is .