PosExplorer.StatisticsFile Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets a path of the file in which device statistics is persisted.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Shared ReadOnly Property StatisticsFile As String
public static string StatisticsFile { get; }
public:
static property String^ StatisticsFile {
String^ get ();
}
/** @property */
public static String get_StatisticsFile ()
public static function get StatisticsFile () : String
Remarks
Returns a path of the file in which device statistics is persisted.
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
PosExplorer Class
PosExplorer Members
Microsoft.PointOfService Namespace