Click or drag to resize

ManagerInterfaceUserPasswordSet Method

Changes a client's password.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public void UserPasswordSet(
	int login,
	string password,
	int change_investor,
	int clean_pubkey
)

Parameters

login
Type: SystemInt32
password
Type: SystemString
change_investor
Type: SystemInt32
clean_pubkey
Type: SystemInt32
See Also