InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems 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
See Also