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!

AssemblyInstaller.Path

The path to the assembly to install

[Visual Basic]
Overridable Public Property Path As String
[C#]
public string Path {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Path();
public: __property virtual void set_Path(String*);
[JScript]
public function get Path() : String;
public function set Path(String);

See Also

AssemblyInstaller Class | AssemblyInstaller Members | System.Configuration.Install Namespace