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; }
Public WriteOnly Property Password As String
Set
public:
property String^ Password {
void set (String^ value);
}
member Password : string with set
Property Value
Type:
StringThe 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