Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / Parent Property


In This Topic
    Parent Property (PrinterPrintOptions)
    In This Topic
    Gets the parent object. The parent is the IIbmPrinter object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As IIbmPrinter
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As IIbmPrinter
     
    value = instance.Parent
    public IIbmPrinter Parent {get;}
    See Also