Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / PrintHostLUName Property


In This Topic
    PrintHostLUName Property (IbmPrinter)
    In This Topic
    Gets or set 3287 printer, some hosts require a host LU name. The name can be up to 32 characters in length.
    Syntax
    'Declaration
     
    
    Public Property PrintHostLUName As String
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As String
     
    instance.PrintHostLUName = value
     
    value = instance.PrintHostLUName
    public string PrintHostLUName {get; set;}
    See Also