InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / CreditCardRecognizedEventArgs Class / MachineName Property


In This Topic
    MachineName Property (CreditCardRecognizedEventArgs)
    In This Topic
    Gets the machine name (as set up in the system control panel).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MachineName As String
    'Usage
     
    
    Dim instance As CreditCardRecognizedEventArgs
    Dim value As String
     
    value = instance.MachineName
    public string MachineName {get;}
    See Also