Share via


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

2/27/2008

Gets the face value of the bill or coin.

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

Syntax

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

Remarks

This property holds the value of each unit of this type of bill or coin.

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