Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / PrintHostLUName Property


In This Topic
    PrintHostLUName Property (IIbmPrinter)
    In This Topic
    Gets or set 3287 printer, some hosts require a host LU name.
    Syntax
    'Declaration
     
    
    Property PrintHostLUName As String
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As String
     
    instance.PrintHostLUName = value
     
    value = instance.PrintHostLUName
    string PrintHostLUName {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum allowed.
    Remarks
    The PrintHostLUName can be up to 32 characters in length.
    See Also