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




phenotypeAssaySearch
This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria")>
Public Function GetPhenotypeAssaysBySearch( _
   ByVal phenotypeAssaySearch As PhenotypeAssaySearch _
) As PhenotypeAssayList
Visual Basic (Usage)Copy Code
Dim instance As PhenoAssayWebService
Dim phenotypeAssaySearch As PhenotypeAssaySearch
Dim value As PhenotypeAssayList
 
value = instance.GetPhenotypeAssaysBySearch(phenotypeAssaySearch)
C# 
[WebMethodAttribute("This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria")]
public PhenotypeAssayList GetPhenotypeAssaysBySearch( 
   PhenotypeAssaySearch phenotypeAssaySearch
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria")]
public: PhenotypeAssayList GetPhenotypeAssaysBySearch( 
   PhenotypeAssaySearch phenotypeAssaySearch
) 
C++/CLI 
[WebMethodAttribute("This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria")]
public:
PhenotypeAssayList GetPhenotypeAssaysBySearch( 
   PhenotypeAssaySearch phenotypeAssaySearch
) 

Parameters

phenotypeAssaySearch

Return Value

PhenotypeAssayList

Example

PhenotypeAssayList phenotypeAssayList = PhenotypeAssayMgr.GetPhenotypeAssaysBySearch(phenotypeAssaySearch);

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