ClaimedCashDrawer.IsEnabled 属性

定义

指示收银机是否正常运行且可以使用。

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = claimedCashDrawer.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

属性值

Boolean

bool

如果可以打开收银机或使用 CloseAlarm ,则其值为 True;否则为 false。

适用于