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