Share via


Cat.DailyLog Property

Contains the result of the AccessDailyLog method.

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

Usage

'Usage
Dim cat1 As Cat

Dim returnValue As String
returnValue = cat1.DailyLog

Syntax

'Declaration
Public MustOverride ReadOnly Property DailyLog() As String
public abstract string DailyLog {get;}
public: property virtual String^ DailyLog{
    String^ get();
}
public abstract System.String get_DailyLog();
public abstract function get DailyLog() : String;

Remarks

The data is delimited by CR(13 Decimal) + LF(10 Decimal) for each transaction, and is stored in ASCII code. The detailed data of each transaction is comma-separated [that is, delimited by “,” (44 Decimal)].

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

Cat Class
Cat Members
Microsoft.PointOfService Namespace
CapDailyLog
AccessDailyLog