Share via


CashCounts.Discrepancy Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates the discrepancy of cash that is not included in the count.

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

Syntax

'Declaration
Public ReadOnly Property Discrepancy As Boolean
public bool Discrepancy { get; }
public:
property bool Discrepancy {
    bool get ();
}
/** @property */
public boolean get_Discrepancy ()
public function get Discrepancy () : boolean

Property Value

If true, some cash could not be included in a CashCount; otherwise, false.

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

CashCounts Structure
CashCounts Members
Microsoft.PointOfService Namespace