Share via


Cat.DailyLog Property

2/27/2008

Gets the result of the AccessDailyLog method.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DailyLog As String
public abstract string DailyLog { get; }
public:
virtual property String^ DailyLog {
    String^ get () abstract;
}
/** @property */
public abstract 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.

See Also

Reference

Cat Class
Cat Members
Microsoft.PointOfService Namespace
Cat.CapDailyLog Property
Cat.AccessDailyLog Method