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




AnimalID
This method will return the list of associated Phenotype Assays for a specified animal

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return the list of associated Phenotype Assays for a specified animal")>
Public Function GetAnimalPhenoAssays( _
   ByVal AnimalID As Integer _
) As PhenotypeAssayList
Visual Basic (Usage)Copy Code
Dim instance As AnimalWebService
Dim AnimalID As Integer
Dim value As PhenotypeAssayList
 
value = instance.GetAnimalPhenoAssays(AnimalID)
C# 
[WebMethodAttribute("This method will return the list of associated Phenotype Assays for a specified animal")]
public PhenotypeAssayList GetAnimalPhenoAssays( 
   int AnimalID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return the list of associated Phenotype Assays for a specified animal")]
public: PhenotypeAssayList GetAnimalPhenoAssays( 
   int AnimalID
) 
C++/CLI 
[WebMethodAttribute("This method will return the list of associated Phenotype Assays for a specified animal")]
public:
PhenotypeAssayList GetAnimalPhenoAssays( 
   int AnimalID
) 

Parameters

AnimalID

Return Value

Phenotype Assay List

Example

PhenotypeAssayList phenotypeAssayList = AnimalMgr.GetAnimalPhenoAssays(AnimalID);

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