PosPrinterBase.UseExternalPrintQueue Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether an external print queue is used.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Protected Property UseExternalPrintQueue As Boolean
protected bool UseExternalPrintQueue { get; set; }
protected:
property bool UseExternalPrintQueue {
    bool get ();
    void set (bool value);
}
/** @property */
protected boolean get_UseExternalPrintQueue ()

/** @property */
protected void set_UseExternalPrintQueue (boolean value)
protected function get UseExternalPrintQueue () : boolean

protected function set UseExternalPrintQueue (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace