GroupAccessKeyPermission10 Property |
When true, the group is granted with entity-specific permission for the entity, protected by the access key. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Permission10 { get; set; }
Public Property Permission10 As Boolean
Get
Set
public:
property bool Permission10 {
bool get ();
void set (bool value);
}
member Permission10 : bool with get, set
Property Value
Type:
Boolean
See Also