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




This method will return a list of PhenotypeAssays

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of PhenotypeAssays")>
Public Function GetPhenotypeAssays() As PhenotypeAssayList
Visual Basic (Usage)Copy Code
Dim instance As PhenoAssayWebService
Dim value As PhenotypeAssayList
 
value = instance.GetPhenotypeAssays()
C# 
[WebMethodAttribute("This method will return a list of PhenotypeAssays")]
public PhenotypeAssayList GetPhenotypeAssays()
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of PhenotypeAssays")]
public: PhenotypeAssayList GetPhenotypeAssays(); 
C++/CLI 
[WebMethodAttribute("This method will return a list of PhenotypeAssays")]
public:
PhenotypeAssayList GetPhenotypeAssays(); 

Return Value

PhenotypeAssayList

Example

PhenotypeAssayList phenotypeAssayList = PhenotypeAssayMgr.GetPhenotypeAssays();

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