The role, assigned to the operator. The role indicates the permissions of the operator for this POS location. [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 Role PosRole { get; set; }
Public Property PosRole As Role
Get
Set
public:
property Role^ PosRole {
Role^ get ();
void set (Role^ value);
}
member PosRole : Role with get, set
Property Value
Type:
Role
See Also