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