ServiceProcessInstaller.HelpText Property

Definition

Gets help text displayed for service installation options.

C#
public override string HelpText { get; }

Property Value

Help text that provides a description of the steps for setting the user name and password in order to run the service under a particular account.

Remarks

This help text can be used when a service starts manually. It indicates to the user how to enter user name and password information.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also