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