CashDrawerCapabilities.IsStatusReportingSupported 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.
Whether status reporting is supported by the cash drawer.
public:
property bool IsStatusReportingSupported { bool get(); };
bool IsStatusReportingSupported();
public bool IsStatusReportingSupported { get; }
var boolean = cashDrawerCapabilities.isStatusReportingSupported;
Public ReadOnly Property IsStatusReportingSupported As Boolean
Property Value
Boolean
bool
True if status reporting is supported, otherwise false.