Selerix Developer Tools
People Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicantCollection Class : People Method
The employee.
Populates the specified employee.
Syntax
'Declaration
 
Public Function People( _
   ByVal employee As Applicant _
) As ApplicantCollection
'Usage
 
Dim instance As ApplicantCollection
Dim employee As Applicant
Dim value As ApplicantCollection
 
value = instance.People(employee)
public function People( 
    employee: Applicant
): ApplicantCollection; 
public function People( 
   employee : Applicant
) : ApplicantCollection;

Parameters

employee
The employee.
See Also

Reference

ApplicantCollection Class
ApplicantCollection Members