Share via


BiometricsInformationRecord Constructor (BiometricsInformationRecord)

2/27/2008

Creates an instance of the BiometricsInformationRecord class by using data copied from the specified BiometricsInformationRecord.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Sub New ( _
    bir As BiometricsInformationRecord _
)
public BiometricsInformationRecord (
    BiometricsInformationRecord bir
)
public:
BiometricsInformationRecord (
    BiometricsInformationRecord^ bir
)
public BiometricsInformationRecord (
    BiometricsInformationRecord bir
)
public function BiometricsInformationRecord (
    bir : BiometricsInformationRecord
)

Parameters

  • bir
    The BIR from which data are used to populate the new BIR.

Remarks

Data from the specified BIR is used to populate the newly created BIR.

See Also

Reference

BiometricsInformationRecord Class
BiometricsInformationRecord Members
Microsoft.PointOfService Namespace