| 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 |
|---|---|
| |
| 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
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family