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
Syntaxpublic void SetPassword(
string password
)
Public Sub SetPassword (
password As String
)
public:
void SetPassword(
String^ password
)
member SetPassword :
password : string -> unit
Parameters
- password
- Type: SystemString
The new password.
See Also