←Select platform

AddressStreet1 Property (AAMVAID)

Summary

Gets the cardholder's address street line 1.

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

Property Value

The address street line 1.

Remarks

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