Click or drag to resize

ServiceExecutionGroup<TInstaller>.Install Property

Represents the install parameter.

Namespace:  Cauldron.WindowsService
Assembly:  Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
[ParameterAttribute("install", true, new string[] { ... })]
public Nullable<bool> Install { get; set; }

Property Value

Type: Nullable<Boolean>

[Missing <value> documentation for "P:Cauldron.WindowsService.ServiceExecutionGroup`1.Install"]

See Also