Gets the command-line arguments that were entered when the installation executable was run.
[Visual Basic] Overridable Public ReadOnly Property Parameters As StringDictionary [C#] public StringDictionary Parameters {virtual get;} [C++] public: __property virtual StringDictionary* get_Parameters(); [JScript] public function get Parameters() : StringDictionary;
A StringDictionary representing the command-line arguments that were entered when the installation executable was run.
When a new InstallContext is created, the command-line arguments are parsed into the StringDictionary. Both the key and the value of the arguments are of type string. StringDictionary is not case sensitive.
InstallContext Class | InstallContext Members | System.Configuration.Install Namespace | StringDictionary