The CreateCGIWithNewConsole property indicates whether a CGI application runs in its own console.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CreateCgiWithNewConsole As Boolean |
| C# |
|---|
| public bool CreateCgiWithNewConsole { get; set; } |
| C++ |
|---|
| public property bool CreateCgiWithNewConsole sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_CreateCgiWithNewConsole(); /** property */ public void set_CreateCgiWithNewConsole(bool value); |
| JScript |
|---|
| public function get CreateCgiWithNewConsole() : bool public function set CreateCgiWithNewConsole(value : bool); |
Property Value
Value indicating if CreateCgiWithNewConsole is enabled or disabled.
See Also
Documentation version 1.0.0.0.