A Web Service that exposes methods of the BioAssay Data Manager class of the AMDCC Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
<WebServiceAttribute(Description="A Web Service that exposes methods of the BioAssay Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")>
Public Class BioAssayWebService
Inherits WebService |
| C# | |
|---|
[WebServiceAttribute(Description="A Web Service that exposes methods of the BioAssay Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public class BioAssayWebService : WebService |
| Managed Extensions for C++ | |
|---|
[WebServiceAttribute(Description="A Web Service that exposes methods of the BioAssay Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public __gc class BioAssayWebService : public WebService |
| C++/CLI | |
|---|
[WebServiceAttribute(Description="A Web Service that exposes methods of the BioAssay Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public ref class BioAssayWebService : public WebService |
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also