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




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

Syntax

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

Parameters

InvestigatorID

Return Value

AnimalList

Example

AnimalList animalList = AnimalMgr.GetInvestigatorAnimals(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