InfoConnect for Airlines
EventType Property (CreditCardRecognizedEventArgs)


Gets a description of the type of access that the credit card number was encountered in (eg. LiveScreen, OfficeTools, ScreenHistory, etc).
Syntax
'Declaration
 
Public ReadOnly Property EventType As String
'Usage
 
Dim instance As CreditCardRecognizedEventArgs
Dim value As String
 
value = instance.EventType
public string EventType {get;}
See Also