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

2/27/2008

Gets a value identifying which actual currency is used by the fiscal printer.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ActualCurrency As FiscalCurrency
public abstract FiscalCurrency ActualCurrency { get; }
public:
virtual property FiscalCurrency ActualCurrency {
    FiscalCurrency get () abstract;
}
/** @property */
public abstract FiscalCurrency get_ActualCurrency ()
public abstract function get ActualCurrency () : FiscalCurrency

Remarks

The ActualCurrency property is only valid if the CapSetCurrency property is true.

ActualCurrency 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
FiscalPrinter.SetCurrency Method
CapSetCurrency
FiscalCurrency Enumeration