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