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

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

Property Value

The path to the assembly.

See Also

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