| WindowsServiceInstallerUserName Property |
Gets or sets the username that used to start the service.
This is only used if the account that starts the service is 'User' or 'NetworkService'.
Namespace:
Cauldron.WindowsService
Assembly:
Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax public string UserName { get; set; }
Property Value
Type:
String[Missing <value> documentation for "P:Cauldron.WindowsService.WindowsServiceInstaller.UserName"]
See Also