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!

Installer.HelpText

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;

Property Value

The help text for all of the Installer objects contained in the Installers collection of this installer instance.

See Also

Installer Class | Installer Members | System.Configuration.Install Namespace | Installers | Parent