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

The command line to use when creating a new context for the assembly's install.

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

See Also

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