ClaimedJournalPrinter.IsCoverOpen 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 whether the printer cover for the journal printer station is open.
public:
property bool IsCoverOpen { bool get(); };
bool IsCoverOpen();
public bool IsCoverOpen { get; }
var boolean = claimedJournalPrinter.isCoverOpen;
Public ReadOnly Property IsCoverOpen As Boolean
Property Value
Boolean
bool
True if the cover is open; otherwise false.