Share via


CashCount.Type Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the type of cash, currency or coins.

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

Syntax

'Declaration
Public ReadOnly Property Type As CashCountType
public CashCountType Type { get; }
public:
property CashCountType Type {
    CashCountType get ();
}
/** @property */
public CashCountType get_Type ()
public function get Type () : CashCountType

Remarks

The value of this property holds one of the members of the CashCountType enumeration that indicates whether this CashCount enumeration represents a quantity of bills or coins.

Example

A CashCount that represents 36 20-dollar U.S. bills holds the following values:

Count = 36

NominalValue = 20

Type = Bill

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

CashCount Structure
CashCount Members
Microsoft.PointOfService Namespace
CashCount.Count Property
CashCount.NominalValue Property
CashCountType