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