Share via


HardTotals.CapSingleFile Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether only a single file is supported.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSingleFile As Boolean
public abstract bool CapSingleFile { get; }
public:
virtual property bool CapSingleFile {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapSingleFile ()
public abstract function get CapSingleFile () : boolean

Remarks

If true, only a single file, identified by the empty string (""), is supported; otherwise, false.

CapSingleFile is set and kept current by the service object while the device is enabled.

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

HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace