←Select platform

Country Property

Summary

Country or state name that issued the card

Syntax
C#
VB
C++
Java
public FieldResult Country { get; set; } 
Public Property Country() As FieldResult 
   Get 
   Set 
public:  
   property FieldResult^ Country 
   { 
      FieldResult^ get() 
      void set(FieldResult^ value) 
   } 
public FieldResult getCountry(); 
public void setCountry( 
   FieldResult fieldResult 
); 

Property Value

For US cards, full name of the state issuring the card, such as North Carolina or California. For EU cards, the full country name Belgium or Germany. Default value is null.

Remarks

This value will be null if the reader could not find the expire date.

Example

For an example, refer to IDCardReader.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly