Share via


Cat.CapDailyLog Property

2/27/2008

Gets the daily log ability of the device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapDailyLog As CatLogs
public abstract CatLogs CapDailyLog { get; }
public:
virtual property CatLogs CapDailyLog {
    CatLogs get () abstract;
}
/** @property */
public abstract CatLogs get_CapDailyLog ()
public abstract function get CapDailyLog () : CatLogs

Remarks

CapDailyLog is set by the service object, based on the capabilities of the 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

Cat Class
Cat Members
Microsoft.PointOfService Namespace
DailyLog
Cat.AccessDailyLog Method