Share via


PosCommon.CapStatisticsReporting Property

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

Usage

'Usage
Dim posCommon1 As PosCommon

Dim returnValue As Boolean
returnValue = posCommon1.CapStatisticsReporting

Syntax

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

Remarks

If set to TRUE, the device accumulates and can provide various statistics regarding usage. The information accumulated is device-specific, and can be retrieved using the RetrieveStatistic(s) method. The device must be opened before this property can be read.

When statistics are created for a specific device, POS for .NET sets CapStatisticsReporting 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
RetrieveStatistics