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