←Select platform

LastName Property

Summary

The cardholder's last name.

Syntax
C#
VB
C++
public string LastName { get; set; } 
Public Property LastName() As String 
   Get 
   Set 
public:  
   property String^ LastName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representing the last name.

Remarks

If last name is not encoded in the barcode data used to create the AAMVAID, LastName is null.

Requirements

Target Platforms

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

Leadtools.CloudServices Assembly