Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / AssignedLUName Property


In This Topic
    AssignedLUName Property (IIbmTerminal)
    In This Topic
    Returns which LU (session) was assigned for your connection. This property applies only to 3270 sessions and is read-only.
    Syntax
    'Declaration
     
    
    ReadOnly Property AssignedLUName As String
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As String
     
    value = instance.AssignedLUName
    string AssignedLUName {get;}
    See Also