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


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