Share via


BiometricsInformationRecord.CreatedTime Property

2/27/2008

Gets the time at which the BIR was created.

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

Syntax

'Declaration
Public ReadOnly Property CreatedTime As DateTime
public DateTime CreatedTime { get; }
public:
property DateTime CreatedTime {
    DateTime get ();
}
/** @property */
public DateTime get_CreatedTime ()
public function get CreatedTime () : DateTime

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

BiometricsInformationRecord Class
BiometricsInformationRecord Members
Microsoft.PointOfService Namespace