PosPrinterCapabilities.Journal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the capabilities of the journal station for the point-of-service printer.
The journal station is used for simple text messages that log transaction and activity information kept by the store for audit and other purposes.
public:
property JournalPrinterCapabilities ^ Journal { JournalPrinterCapabilities ^ get(); };
JournalPrinterCapabilities Journal();
public JournalPrinterCapabilities Journal { get; }
var journalPrinterCapabilities = posPrinterCapabilities.journal;
Public ReadOnly Property Journal As JournalPrinterCapabilities
Property Value
The capabilities of the journal station for the point-of-service printer.