Click or drag to resize

PublicUserSetPassword Method

Sets a new password for the user.

Namespace:  Aloe.EnterpriseOne.Model.Systems.External
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void SetPassword(
	string password
)

Parameters

password
Type: SystemString
The new password.
See Also