IService1UpdateUserPassword Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserPassword", ReplyAction = "http://tempuri.org/IService1/UpdateUserPasswordResponse")] DataSet UpdateUserPassword( string password, string userid, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserPassword", ReplyAction := "http://tempuri.org/IService1/UpdateUserPasswordResponse")> Function UpdateUserPassword ( password As String, userid As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserPassword", ReplyAction = L"http://tempuri.org/IService1/UpdateUserPasswordResponse")] DataSet^ UpdateUserPassword( String^ password, String^ userid, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserPassword", ReplyAction = "http://tempuri.org/IService1/UpdateUserPasswordResponse")>] abstract UpdateUserPassword : password : string * userid : string * key : string -> DataSet