CreditCardExpirationMonth Property  | 
 
                Gets the expiration month of the credit card.
            
 
    Namespace: 
   DotNetBrowser.Card
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic int ExpirationMonth { get; }Property Value
Type: 
Int32The expiration month.
Remarks
                The value may be between 1 and 12.
            
See Also