Answer File OptionsFirst Logon Commands Property
Gets or sets a collection of commands to run during first log-on.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
A collection of commands.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public Collection<string> FirstLogonCommands { get; set; }VB
Public Property FirstLogonCommands As Collection(Of String)
Get
SetC++
public:
property Collection<String^>^ FirstLogonCommands {
Collection<String^>^ get ();
void set (Collection<String^>^ value);
}F#
member FirstLogonCommands : Collection<string> with get, setProperty Value
CollectionStringA collection of commands.
Remarks
These commands will run before any scripts specified by the FirstLogonScripts property.