IService1ForgotPasswordRequest Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ForgotPasswordRequest", ReplyAction = "http://tempuri.org/IService1/ForgotPasswordRequestResponse")] bool ForgotPasswordRequest( string email, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ForgotPasswordRequest", ReplyAction := "http://tempuri.org/IService1/ForgotPasswordRequestResponse")> Function ForgotPasswordRequest ( email As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ForgotPasswordRequest", ReplyAction = L"http://tempuri.org/IService1/ForgotPasswordRequestResponse")] bool ForgotPasswordRequest( String^ email, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ForgotPasswordRequest", ReplyAction = "http://tempuri.org/IService1/ForgotPasswordRequestResponse")>] abstract ForgotPasswordRequest : email : string * key : string -> bool