CashCounts.Counts Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the CashCount data.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public ReadOnly Property Counts As CashCount()
public CashCount[] Counts { get; }
public:
property array<CashCount>^ Counts {
array<CashCount>^ get ();
}
/** @property */
public CashCount[] get_Counts ()
public function get Counts () : CashCount[]
Remarks
This property holds an array of CashCount objects representing the data held by this instance of CashCounts.
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