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!

CompilerResults.NativeCompilerReturnValue

Gets or sets the compiler's return value.

[Visual Basic]
Public Property NativeCompilerReturnValue As Integer
[C#]
public int NativeCompilerReturnValue {get; set;}
[C++]
public: __property int get_NativeCompilerReturnValue();
public: __property void set_NativeCompilerReturnValue(int);
[JScript]
public function get NativeCompilerReturnValue() : int;
public function set NativeCompilerReturnValue(int);

Property Value

The compiler's return value.

See Also

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