Share via


PrintResults.PrinterStation Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains the current printer station, as defined by the PrinterStation enumeration.

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

Syntax

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

/** @property */
public void set_PrinterStation (PrinterStation value)
public function get PrinterStation () : PrinterStation

public function set PrinterStation (value : PrinterStation)

Remarks

Contains the current printer station, as defined by the PrinterStation enumeration.

PrinterStation is initialized to PrinterStation.None by the PrintResults class.

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
PrinterStation Enumeration