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




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

Syntax

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

Parameters

InvestigatorID

Return Value

ExperimentList

Example

ExperimentList experimentList = ExperimentMgr.GetInvestigatorExperiments(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