SequencePosDevice Property |
The POS device, for which the sequence is defined. [Required] [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 PosDevice { get; set; }
Public Property PosDevice As Device
Get
Set
public:
property Device^ PosDevice {
Device^ get ();
void set (Device^ value);
}
member PosDevice : Device with get, set
Property Value
Type:
Device
See Also