Share via


PrintResults.ErrorLevel Property

2/27/2008

Contains the current error level for the printer device.

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

Syntax

'Declaration
Public Property ErrorLevel As PrinterErrorLevel
public PrinterErrorLevel ErrorLevel { get; set; }
public:
property PrinterErrorLevel ErrorLevel {
    PrinterErrorLevel get ();
    void set (PrinterErrorLevel value);
}
/** @property */
public PrinterErrorLevel get_ErrorLevel ()

/** @property */
public void set_ErrorLevel (PrinterErrorLevel value)
public function get ErrorLevel () : PrinterErrorLevel

public function set ErrorLevel (value : PrinterErrorLevel)

Remarks

Contains the current error level for the printer device. Possible values are defined by the PrinterErrorLevel enumeration.

ErrorLevel is initialized to PrinterErrorLevel.None by the PrintResults class. In synchronous mode, this string is used to set the ErrorLevel property when the ErrorEvent is delivered to the application.

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

PrintResults Class
PrintResults Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.ErrorLevel Property