-api-id | -api-type | -api-device-family-note |
---|---|---|
P:Windows.Devices.PointOfService.ClaimedPosPrinter.Journal |
winrt property |
xbox |
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.
An object that represents the journal station for a claimed point-of-service printer. Null if a journal station is not present.
You should check the value of the JournalPrinterCapabilities.IsPrinterPresent property before you try to use the ClaimedPosPrinter.Journal property.
ClaimedJournalPrinter, JournalPrinterCapabilities.IsPrinterPresent