CoinAcceptor.CurrencyCode Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets or sets the active currency code to be used by Coin Acceptor operations.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property CurrencyCode As String
public abstract string CurrencyCode { get; set; }
public:
virtual property String^ CurrencyCode {
String^ get () abstract;
void set (String^ value) abstract;
}
/** @property */
public abstract String get_CurrencyCode ()
/** @property */
public abstract void set_CurrencyCode (String value)
public abstract function get CurrencyCode () : String
public abstract function set CurrencyCode (value : String)
Remarks
Contains the active currency code to be used by Coin Acceptor operations.
This property is initialized to an appropriate value by the Open method. This value is guaranteed to be one of the set of currencies specified by the DepositCodeList property.
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
CoinAcceptor Class
CoinAcceptor Members
Microsoft.PointOfService Namespace
DepositCodeList