←Select platform

AddressStateAbbreviation Property

Summary

The state abbreviation of the cardholder's address.

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

Property Value

The state abbreviation. Eg. "NC" for North Carolina (United States).

Remarks

Can be null only if the value of Jurisdiction property is AAMVAJurisdiction.Unknown or AAMVAJurisdiction.StateDeptUsa.

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