Gets or sets the path to the assembly.
[Visual Basic] Public Property PathToAssembly As String [C#] public string PathToAssembly {get; set;} [C++] public: __property String* get_PathToAssembly(); public: __property void set_PathToAssembly(String*); [JScript] public function get PathToAssembly() : String; public function set PathToAssembly(String);
The path to the assembly.
CompilerResults Class | CompilerResults Members | System.CodeDOM.Compiler Namespace