←Select platform

ExpirationAvailable Property (AAMVAID)

Summary

Determines whether it is possible to determine the expiration date of the AAMVAID, based on the encoded data elements.

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

Property Value

true if it is possible to determine the expiration date. Otherwise, false.

Remarks

AAMVAID.Expired only provides useful information if this property is true.

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