'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 ApplicantCollection People( Applicant employee )
public function People( employee: Applicant ): ApplicantCollection;
public function People( employee : Applicant ) : ApplicantCollection;
public: ApplicantCollection* People( Applicant* employee )
public: ApplicantCollection^ People( Applicant^ employee )
Parameters
- employee
- The employee.