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