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




PhenotypeAssayID
This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID ")>
Public Function GetPhenotypeAssay( _
   ByVal PhenotypeAssayID As Integer _
) As PhenotypeAssay
Visual Basic (Usage)Copy Code
Dim instance As PhenoAssayWebService
Dim PhenotypeAssayID As Integer
Dim value As PhenotypeAssay
 
value = instance.GetPhenotypeAssay(PhenotypeAssayID)
C# 
[WebMethodAttribute("This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID ")]
public PhenotypeAssay GetPhenotypeAssay( 
   int PhenotypeAssayID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID ")]
public: PhenotypeAssay GetPhenotypeAssay( 
   int PhenotypeAssayID
) 
C++/CLI 
[WebMethodAttribute("This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID ")]
public:
PhenotypeAssay GetPhenotypeAssay( 
   int PhenotypeAssayID
) 

Parameters

PhenotypeAssayID

Return Value

PhenotypeAssay

Example

PhenotypeAssay phenotypeAssay = PhenotypeAssayMgr.GetBioAssay(PhenotypeAssayID);

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