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