TerminalPosLocation Property |
The POS location, where the terminal is located. [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 Location PosLocation { get; set; }
Public Property PosLocation As Location
Get
Set
public:
property Location^ PosLocation {
Location^ get ();
void set (Location^ value);
}
member PosLocation : Location with get, set
Property Value
Type:
Location
See Also