'Declaration
Public Function New( _ ByVal applicant As Applicant, _ ByVal externalSystemID As String _ )
'Usage
Dim applicant As Applicant Dim externalSystemID As String Dim instance As New ExternalReferenceID(applicant, externalSystemID)
public ExternalReferenceID( Applicant applicant, string externalSystemID )
public ExternalReferenceID( applicant: Applicant; externalSystemID: String );
public function ExternalReferenceID( applicant : Applicant, externalSystemID : String );
public: ExternalReferenceID( Applicant* applicant, string* externalSystemID )
public: ExternalReferenceID( Applicant^ applicant, String^ externalSystemID )
Parameters
- applicant
- The applicant.
- externalSystemID
- The external system ID.