Share via


FiscalPrinter.ReservedWord Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the string that is automatically printed with the total when the PrintRecTotal method is called.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ReservedWord As String
public abstract string ReservedWord { get; }
public:
virtual property String^ ReservedWord {
    String^ get () abstract;
}
/** @property */
public abstract String get_ReservedWord ()
public abstract function get ReservedWord () : String

Remarks

This word is not allowed in any string that is passed into a fiscal output method.

ReservedWord is only valid if CapReservedWord is true. ReservedWord 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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace