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

The compiled assembly.

[Visual Basic]
Public Property CompiledAssembly As Assembly
[C#]
public Assembly CompiledAssembly {get; set;}
[C++]
public: __property Assembly* get_CompiledAssembly();
public: __property void set_CompiledAssembly(Assembly*);
[JScript]
public function get CompiledAssembly() : Assembly;
public function set CompiledAssembly(Assembly);

Property Value

An Assembly that indicates the compiled assembly.

See Also

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