Share via


FiscalPrinter.TotalizerType Property

Specifies the type of totalizer to be requested when calling the GetTotalizer method.

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

Usage

'Usage
Dim fiscalPrinter1 As FiscalPrinter

Dim returnValue As FiscalTotalizerType
returnValue = fiscalPrinter1.TotalizerType

Dim sampleValue As FiscalTotalizerType
fiscalPrinter1.TotalizerType = sampleValue

Syntax

'Declaration
Public MustOverride Property TotalizerType() As FiscalTotalizerType
public abstract FiscalTotalizerType TotalizerType {get; set;}
public: property virtual FiscalTotalizerType^ TotalizerType{
    FiscalTotalizerType^ get();
    Void set(FiscalTotalizerType^);
}
public abstract FiscalTotalizerType get_TotalizerType();
public abstract void set_TotalizerType(FiscalTotalizerType);
public abstract function get TotalizerType() : FiscalTotalizerType;
public abstract function set TotalizerType(FiscalTotalizerType);

Remarks

TotalizerType is typically initialized to Day. It should then be kept current by the service object while the device is enabled.

TotalizerType is only valid if CapTotalizerType is TRUE.

Accessing TotalizerType can throw the following exception:

Value

Description

Illegal

An invalid slip type was specified.

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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace