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

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

Property Value

The output assembly.

See Also

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