InfoConnect for Unisys
UserId Property (CreditCardRecognizedEventArgs)


Gets the Windows user name of the current user.
Syntax
'Declaration
 
Public ReadOnly Property UserId As String
'Usage
 
Dim instance As CreditCardRecognizedEventArgs
Dim value As String
 
value = instance.UserId
public string UserId {get;}
See Also