Share via


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

2/27/2008

Gets the number of bills or coins.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
/** @property */
public int get_Count ()
public function get Count () : int

Remarks

This property holds the number of bills or coins represented by this CashCount.

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
NominalValue
Type
CashCountType