IService1UpdateUserPassword2 Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserPassword2", ReplyAction = "http://tempuri.org/IService1/UpdateUserPassword2Response")] bool UpdateUserPassword2( string userid, string password, string newPassword, string username, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserPassword2", ReplyAction := "http://tempuri.org/IService1/UpdateUserPassword2Response")> Function UpdateUserPassword2 ( userid As String, password As String, newPassword As String, username As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserPassword2", ReplyAction = L"http://tempuri.org/IService1/UpdateUserPassword2Response")] bool UpdateUserPassword2( String^ userid, String^ password, String^ newPassword, String^ username, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserPassword2", ReplyAction = "http://tempuri.org/IService1/UpdateUserPassword2Response")>] abstract UpdateUserPassword2 : userid : string * password : string * newPassword : string * username : string * key : string -> bool