←Select platform

AddressStreet2 Property (AAMVAID)

Summary

Gets the cardholder's address street line 2.

Syntax
C#
VB
Objective-C
C++
Java
public string AddressStreet2 { get; } 
Public Property AddressStreet2 As System.String 
@property (nonatomic, nullable, copy, readonly) NSString * addressStreet2 
public String getAddressStreet2() 
public: 
property AddressStreet2 { 
   System::String^ get(); 
} 

Property Value

The address street line 2.

Remarks

Can be null if address street line 2 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