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.IncludeDebugInformation

Gets or sets whether to include debug information in the compiled executable.

[Visual Basic]
Public Property IncludeDebugInformation As Boolean
[C#]
public bool IncludeDebugInformation {get; set;}
[C++]
public: __property bool get_IncludeDebugInformation();
public: __property void set_IncludeDebugInformation(bool);
[JScript]
public function get IncludeDebugInformation() : Boolean;
public function set IncludeDebugInformation(Boolean);

Property Value

true if debug information should be generated; otherwise, false.

See Also

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