InfoConnect for Unisys
MachineName Property (CreditCardRecognizedEventArgs)


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