←Select platform

Over21 Property (AAMVAID)

Summary

Determines whether the cardholder is over 21 years old, based on the encoded data elements.

Syntax
C#
VB
Objective-C
C++
Java
public bool Over21 { get; } 
Public Property Over21 As System.Boolean 
@property (nonatomic, assign, readonly) BOOL over21 
public boolean over21() 
public: 
property Over21 { 
   System::Boolean get(); 
} 

Property Value

true if the cardholder is over 21 years old. Otherwise, false.

Remarks

The value of this property is meaningful only if the value of AAMVAID.Over21Available is true. Otherwise, it will always be false.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly