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


In This Topic
    ModelId Property (IbmPrinter)
    In This Topic
    Gets or sets the Model ID for 5250 printer session
    Syntax
    'Declaration
     
    
    Public Property ModelId As Printer5250ModelIdEnum
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Printer5250ModelIdEnum
     
    instance.ModelId = value
     
    value = instance.ModelId
    public Printer5250ModelIdEnum ModelId {get; set;}
    See Also