ClaimedPosPrinter.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 cover of the point-of-service printer is currently open.
public:
property bool IsCoverOpen { bool get(); };
bool IsCoverOpen();
public bool IsCoverOpen { get; }
var boolean = claimedPosPrinter.isCoverOpen;
Public ReadOnly Property IsCoverOpen As Boolean
Property Value
Boolean
bool
True if the cover of the printer is currently open; otherwise, false.