Auto Logon OptionsCount Property
Gets or sets the number of times automatic log-on will be used.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The automatic log-on count. The default value is 1.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public int Count { get; set; }VB
Public Property Count As Integer
Get
SetC++
public:
property int Count {
int get ();
void set (int value);
}F#
member Count : int with get, setProperty Value
Int32The automatic log-on count. The default value is 1.
Remarks
A workaround is applied for an issue where Windows adds 1 to the count specified in the answer file. If the count is 1, a first-log-on command is used to clear the count to ensure exactly one log-on. If the count is larger than 1, the count written to the answer file will be one less than the value specified here.