ICommonClaimedPosPrinterStation.IsCartridgeEmpty プロパティ

定義

プリンター ステーションのカートリッジが現在インクまたはトナーから外れているかどうかを取得します。

public:
 property bool IsCartridgeEmpty { bool get(); };
bool IsCartridgeEmpty();
public bool IsCartridgeEmpty { get; }
var boolean = iCommonClaimedPosPrinterStation.isCartridgeEmpty;
Public ReadOnly Property IsCartridgeEmpty As Boolean

プロパティ値

Boolean

bool

プリンター ステーションのカートリッジがインクまたはトナーから現在外れている場合は True。それ以外の場合は false。

適用対象