PosPrinterStatus.StatusKind Property

Definition

Gets the power state of a point-of-service printer.

public:
 property PosPrinterStatusKind StatusKind { PosPrinterStatusKind get(); };
PosPrinterStatusKind StatusKind();
public PosPrinterStatusKind StatusKind { get; }
var posPrinterStatusKind = posPrinterStatus.statusKind;
Public ReadOnly Property StatusKind As PosPrinterStatusKind

Property Value

The power state of a point-of-service printer.

Applies to

See also