←Select platform

CardType Property

Summary

The CardType of the number associated with this CreditCard object.

Syntax

C#
VB
Java
Objective-C
C++
public CardType CardType { get; set; } 
Public Property CardType As Leadtools.Creditcards.CardType 
@property (nonatomic, assign) LTCardType cardType 
             
public CardType getCardType() 
public void setCardType(CardType value) 
             
public:  
   property CardType^ CardType 
   { 
      CardType^ get() 
      void set(CardType^ value) 
   } 

Property Value

The credit card's credit card type.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly