InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CreditCardRecognizedEventArgs Class / EventType Property


In This Topic
    EventType Property (CreditCardRecognizedEventArgs)
    In This Topic
    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