ClaimedPosPrinter.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 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.
public:
property ClaimedJournalPrinter ^ Journal { ClaimedJournalPrinter ^ get(); };
ClaimedJournalPrinter Journal();
public ClaimedJournalPrinter Journal { get; }
var claimedJournalPrinter = claimedPosPrinter.journal;
Public ReadOnly Property Journal As ClaimedJournalPrinter
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.