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