Gets the help text for all of the Installer objects contained in the Installers collection of this installer instance.
[Visual Basic] Overridable Public ReadOnly Property HelpText As String [C#] public string HelpText {virtual get;} [C++] public: __property virtual String* get_HelpText(); [JScript] public function get HelpText() : String;
The help text for all of the Installer objects contained in the Installers collection of this installer instance.
Installer Class | Installer Members | System.Configuration.Install Namespace | Installers | Parent