protected bool CreateConsoleForChildren { get; set; }Protected Property CreateConsoleForChildren As Boolean
Get
Setprotected:
property bool CreateConsoleForChildren {
bool get ();
void set (bool value);
}member CreateConsoleForChildren : bool with get, set