Share via


PosCommon.CapStatisticsReporting Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether the device can accumulate and can provide various statistics regarding usage.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapStatisticsReporting As Boolean
public abstract bool CapStatisticsReporting { get; }
public:
virtual property bool CapStatisticsReporting {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapStatisticsReporting ()
public abstract function get CapStatisticsReporting () : boolean

Remarks

The information accumulated is device-specific, and can be retrieved by using the RetrieveStatistic or RetrieveStatistics method.

When statistics are created for a specific device, POS for .NET sets the CapStatisticsReporting property to true (for that device).

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

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
PosCommon.RetrieveStatistics Method