IService1UpdateUserSetting Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserSetting", ReplyAction = "http://tempuri.org/IService1/UpdateUserSettingResponse")] bool UpdateUserSetting( string zzRowId, string settingKey, string settingValue, string userId, string active, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserSetting", ReplyAction := "http://tempuri.org/IService1/UpdateUserSettingResponse")> Function UpdateUserSetting ( zzRowId As String, settingKey As String, settingValue As String, userId As String, active As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserSetting", ReplyAction = L"http://tempuri.org/IService1/UpdateUserSettingResponse")] bool UpdateUserSetting( String^ zzRowId, String^ settingKey, String^ settingValue, String^ userId, String^ active, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserSetting", ReplyAction = "http://tempuri.org/IService1/UpdateUserSettingResponse")>] abstract UpdateUserSetting : zzRowId : string * settingKey : string * settingValue : string * userId : string * active : string * key : string -> bool