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


In This Topic
    PrintDeviceEnvelopeSrc Property (IbmPrinter)
    In This Topic
    Envelope source for 5250 print device
    Syntax
    'Declaration
     
    
    Public Property PrintDeviceEnvelopeSrc As EnvelopeSourceEnum
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As EnvelopeSourceEnum
     
    instance.PrintDeviceEnvelopeSrc = value
     
    value = instance.PrintDeviceEnvelopeSrc
    public EnvelopeSourceEnum PrintDeviceEnvelopeSrc {get; set;}
    See Also