amdcc.org Send comments on this topic.
GetSoftware Method
See Also 
amdcc.org.webservices Namespace > BioAssayWebService Class : GetSoftware Method




BioAssayID
This method will return a software list associated with a specified BioAssay ID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a software list associated with a specified BioAssay ID")>
Public Function GetSoftware( _
   ByVal BioAssayID As Integer _
) As SoftwareList
Visual Basic (Usage)Copy Code
Dim instance As BioAssayWebService
Dim BioAssayID As Integer
Dim value As SoftwareList
 
value = instance.GetSoftware(BioAssayID)
C# 
[WebMethodAttribute("This method will return a software list associated with a specified BioAssay ID")]
public SoftwareList GetSoftware( 
   int BioAssayID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a software list associated with a specified BioAssay ID")]
public: SoftwareList GetSoftware( 
   int BioAssayID
) 
C++/CLI 
[WebMethodAttribute("This method will return a software list associated with a specified BioAssay ID")]
public:
SoftwareList GetSoftware( 
   int BioAssayID
) 

Parameters

BioAssayID

Return Value

SoftwareList

Example

SoftwareList softwareList = BioAssayMgr.GetSoftware(BioAssayID);

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