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




InvestigatorID
This method will return an Investigator for the specified matching InvestigatorID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return an Investigator for the specified matching InvestigatorID ")>
Public Function GetInvestigator( _
   ByVal InvestigatorID As Integer _
) As Member
Visual Basic (Usage)Copy Code
Dim instance As InvestigatorWebService
Dim InvestigatorID As Integer
Dim value As Member
 
value = instance.GetInvestigator(InvestigatorID)
C# 
[WebMethodAttribute("This method will return an Investigator for the specified matching InvestigatorID ")]
public Member GetInvestigator( 
   int InvestigatorID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return an Investigator for the specified matching InvestigatorID ")]
public: Member GetInvestigator( 
   int InvestigatorID
) 
C++/CLI 
[WebMethodAttribute("This method will return an Investigator for the specified matching InvestigatorID ")]
public:
Member GetInvestigator( 
   int InvestigatorID
) 

Parameters

InvestigatorID

Return Value

Member

Example

Member member = MemberMgr.GetInvestigator(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