AnswerFileOptionsAutoLogon Property
            Gets or sets options for logging on automatically.
            
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
public AutoLogonOptions? AutoLogon { get; set; }
Public Property AutoLogon As AutoLogonOptions
	Get
	Set
public:
property AutoLogonOptions^ AutoLogon {
	AutoLogonOptions^ get ();
	void set (AutoLogonOptions^ value);
}
member AutoLogon : AutoLogonOptions with get, set
Property Value
AutoLogonOptions
            An instance of the 
AutoLogonOptions class, or 
 to not
            use automatic log-on. The default value is 
.
            
 
              The password of the account used to log on automatically is stored using base64 encoding
              in the answer file; it is not encrypted. Do not store answer files with sensitive
              passwords in public locations.