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


In This Topic
    ManufacturerType Property (IbmPrinter)
    In This Topic
    Gets or sets the manufacturer type.
    Syntax
    'Declaration
     
    
    Public Property ManufacturerType As ManufacturerTypeEnum
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As ManufacturerTypeEnum
     
    instance.ManufacturerType = value
     
    value = instance.ManufacturerType
    public ManufacturerTypeEnum ManufacturerType {get; set;}
    See Also