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




StrainID
This method will return the list of associated experiments for a specified Strain

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return the list of associated experiments for a specified Strain")>
Public Function GetStrainExperiments( _
   ByVal StrainID As Integer _
) As ExperimentList
Visual Basic (Usage)Copy Code
Dim instance As StrainWebService
Dim StrainID As Integer
Dim value As ExperimentList
 
value = instance.GetStrainExperiments(StrainID)
C# 
[WebMethodAttribute("This method will return the list of associated experiments for a specified Strain")]
public ExperimentList GetStrainExperiments( 
   int StrainID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return the list of associated experiments for a specified Strain")]
public: ExperimentList GetStrainExperiments( 
   int StrainID
) 
C++/CLI 
[WebMethodAttribute("This method will return the list of associated experiments for a specified Strain")]
public:
ExperimentList GetStrainExperiments( 
   int StrainID
) 

Parameters

StrainID

Return Value

ExperimentList

Example

ExperimentList experimentList = StrainMgr.GetBioAssay(StrainID);

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