LocalUserAccountPassword Property

Sets the password for the account.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string? Password { set; }

Property Value

Type: String
The password.
Remarks
When saving the account, the password will be reset to the specified value if it is non-null and non-empty.
See Also