NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerParameters.GenerateExecutable

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);

Property Value

true if an executable should be generated; otherwise, false.

See Also

CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace