Universal Windows Service Class Library

Installer.Password Property

Get or set the password of user account.

public string Password {get; set;}

Property Value

A string containing the password of user with which service should log on.

Remarks

Get or set the password of user account.

If no user name and password are required you could set this property to null.

See Also

Installer Class | uws Namespace | Account | Username | ServiceProcessInstaller