HardTotals.NumberOfFiles Property
2/27/2008
Gets the number of totals files in the hard totals device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NumberOfFiles As Integer
public abstract int NumberOfFiles { get; }
public:
virtual property int NumberOfFiles {
int get () abstract;
}
/** @property */
public abstract int get_NumberOfFiles ()
public abstract function get NumberOfFiles () : int
Remarks
NumberOfFiles is set and kept current while the device is enabled.
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
HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace
HardTotals.FreeData Property