←Select platform

Expired Property (AAMVAID)

Summary

Determines whether the AAMVAID is expired, based on the encoded data elements.

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

Property Value

true if the AAMVAID is expired. Otherwise, false.

Remarks

The value of the property is meaningful only if AAMVAID.ExpirationAvailable is true. Otherwise, the value of the property will be always 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