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