ICommonPosPrintStationCapabilities.IsPrinterPresent プロパティ

定義

プリンター ステーションが存在するかどうかを取得します。

public:
 property bool IsPrinterPresent { bool get(); };
bool IsPrinterPresent();
public bool IsPrinterPresent { get; }
var boolean = iCommonPosPrintStationCapabilities.isPrinterPresent;
Public ReadOnly Property IsPrinterPresent As Boolean

プロパティ値

Boolean

bool

プリンター ステーションが存在する場合は True。それ以外の場合は false。

適用対象

こちらもご覧ください