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