public Collection<string> SetupScripts { get; set; }Public Property SetupScripts As Collection(Of String)
Get
Setpublic:
property Collection<String^>^ SetupScripts {
Collection<String^>^ get ();
void set (Collection<String^>^ value);
}member SetupScripts : Collection<string> with get, setThese scripts will run after any commands specified by the FirstLogonCommands property.