ManagerInterfaceUserPasswordSet Method |
Namespace: mtapi.be.MT4ManagerApiCpp
public void UserPasswordSet( int login, string password, int change_investor, int clean_pubkey )
Public Sub UserPasswordSet ( login As Integer, password As String, change_investor As Integer, clean_pubkey As Integer )
public: void UserPasswordSet( int login, String^ password, int change_investor, int clean_pubkey )
member UserPasswordSet : login : int * password : string * change_investor : int * clean_pubkey : int -> unit