Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.35 KB

claimedposprinter_journal.md

File metadata and controls

29 lines (20 loc) · 1.35 KB
-api-id -api-type -api-device-family-note
P:Windows.Devices.PointOfService.ClaimedPosPrinter.Journal
winrt property
xbox

Windows.Devices.PointOfService.ClaimedPosPrinter.Journal

-description

Gets an object that represents the journal station for a claimed 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.

There is only one instance of this object per ClaimedPosPrinter instance. Additionally, this is only valid to access if JournalPrinterCapabilities.IsPrinterPresent indicates it is present.

-property-value

An object that represents the journal station for a claimed point-of-service printer. Null if a journal station is not present.

-remarks

You should check the value of the JournalPrinterCapabilities.IsPrinterPresent property before you try to use the ClaimedPosPrinter.Journal property.

-examples

-see-also

ClaimedJournalPrinter, JournalPrinterCapabilities.IsPrinterPresent