Gets or sets the output assembly.
[Visual Basic] Public Property OutputAssembly As String [C#] public string OutputAssembly {get; set;} [C++] public: __property String* get_OutputAssembly(); public: __property void set_OutputAssembly(String*); [JScript] public function get OutputAssembly() : String; public function set OutputAssembly(String);
The output assembly.
CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace