Share via


FiscalPrinter.FiscalReceiptStation Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the station where the transaction of the fiscal receipt started with BeginFiscalReceipt method will be printed.

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

Syntax

'Declaration
Public MustOverride Property FiscalReceiptStation As FiscalReceiptStation
public abstract FiscalReceiptStation FiscalReceiptStation { get; set; }
public:
virtual property FiscalReceiptStation FiscalReceiptStation {
    FiscalReceiptStation get () abstract;
    void set (FiscalReceiptStation value) abstract;
}
/** @property */
public abstract FiscalReceiptStation get_FiscalReceiptStation ()

/** @property */
public abstract void set_FiscalReceiptStation (FiscalReceiptStation value)
public abstract function get FiscalReceiptStation () : FiscalReceiptStation

public abstract function set FiscalReceiptStation (value : FiscalReceiptStation)

Remarks

Valid values are defined by the FiscalReceiptStation enumeration.

Setting FiscalReceiptStation is only allowed in the Monitor state.

This property is only valid if CapFiscalReceiptStation is true.

FiscalReceiptStation is set and kept current by the service object while the device is enabled.

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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace