Click or drag to resize

ServiceExecutionGroupTInstallerUnInstall Property

Represents the unintall 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("uninstall", true, new string[] { ... })]
public Nullable<bool> UnInstall { get; set; }

Property Value

Type: NullableBoolean

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

See Also