TerminalDefaultFiscalPrinterPosDevice Property |
The POS Fiscal Device which is set by default in documents when the POS Terminal is selected. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Device DefaultFiscalPrinterPosDevice { get; set; }
Public Property DefaultFiscalPrinterPosDevice As Device
Get
Set
public:
property Device^ DefaultFiscalPrinterPosDevice {
Device^ get ();
void set (Device^ value);
}
member DefaultFiscalPrinterPosDevice : Device with get, set
Property Value
Type:
Device
See Also