|
ServiceInstallerExStartOnInstall Property
|
Sets the boolean value to configure the service to start after it is installed.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public bool StartOnInstall { set; }
Public WriteOnly Property StartOnInstall As Boolean
Set
public:
property bool StartOnInstall {
void set (bool value);
}
member StartOnInstall : bool with set
function set_StartOnInstall(value);
View SourceProperty Value
BooleanSee Also