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