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




PhenotypeAssayID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return the list of associated model types for a specified PhenotypeAssay")>
Public Function GetPhenotypeAssayModelTypes( _
   ByVal PhenotypeAssayID As Integer _
) As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As PhenoAssayWebService
Dim PhenotypeAssayID As Integer
Dim value As List(Of String)
 
value = instance.GetPhenotypeAssayModelTypes(PhenotypeAssayID)
C# 
[WebMethodAttribute("This method will return the list of associated model types for a specified PhenotypeAssay")]
public List<string> GetPhenotypeAssayModelTypes( 
   int PhenotypeAssayID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return the list of associated model types for a specified PhenotypeAssay")]
public: List<string>* GetPhenotypeAssayModelTypes( 
   int PhenotypeAssayID
) 
C++/CLI 
[WebMethodAttribute("This method will return the list of associated model types for a specified PhenotypeAssay")]
public:
List<String>^ GetPhenotypeAssayModelTypes( 
   int PhenotypeAssayID
) 

Parameters

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