←Select platform

LastName Property (AAMVAID)

Summary

Gets the cardholder's last name.

Syntax
C#
VB
Objective-C
C++
Java
public AAMVANameResult LastName { get; } 
Public Property LastName As AAMVANameResult 
@property (nonatomic, nullable, strong, readonly) LTAAMVANameResult lastName 
public AAMVANameResult getLastName() 
public: 
property LastName { 
   AAMVANameResult^ get(); 
} 

Property Value

The last name, encapsulated in a AAMVANameResult.

Remarks

Can be null if last name is not encoded in the barcode data used to create the AAMVAID.

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