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




InvestigatorID
This method will return a list of Strains for the specified Investigator

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of Strains for the specified Investigator")>
Public Function GetInvestigatorStrains( _
   ByVal InvestigatorID As ID _
) As StrainList
Visual Basic (Usage)Copy Code
Dim instance As InvestigatorWebService
Dim InvestigatorID As ID
Dim value As StrainList
 
value = instance.GetInvestigatorStrains(InvestigatorID)
C# 
[WebMethodAttribute("This method will return a list of Strains for the specified Investigator")]
public StrainList GetInvestigatorStrains( 
   ID InvestigatorID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of Strains for the specified Investigator")]
public: StrainList GetInvestigatorStrains( 
   ID InvestigatorID
) 
C++/CLI 
[WebMethodAttribute("This method will return a list of Strains for the specified Investigator")]
public:
StrainList GetInvestigatorStrains( 
   ID InvestigatorID
) 

Parameters

InvestigatorID

Return Value

StrainList

Example

StrainList strainList = StrainMgr.GetInvestigatorStrains(InvestigatorID);

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