Gets or sets whether to generate an executable.
[Visual Basic] Public Property GenerateExecutable As Boolean [C#] public bool GenerateExecutable {get; set;} [C++] public: __property bool get_GenerateExecutable(); public: __property void set_GenerateExecutable(bool); [JScript] public function get GenerateExecutable() : Boolean; public function set GenerateExecutable(Boolean);
true if an executable should be generated; otherwise, false.
CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace