←Select platform

Over19 Property

Summary

Determines whether the cardholder is over 19 years old, based on the encoded data elements.

Syntax
C#
VB
C++
public bool Over19 { get; set; } 
Public Property Over19() As Boolean 
   Get 
   Set 
public:  
   property bool Over19 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the cardholder is over 19 years old. Otherwise, false.

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