CanModifyItem Property
Description
Indicates if members of the specified group can modify the specified entity.
Property type
Read-write property
Syntax
Visual Basic
Public Property CanModifyItem( _
   ByVal EntityName As String, _
   ByVal Group As Variant _
) As Boolean
Parameters
EntityName
The name of the database table.
Group
CustomizationUsersGroup Object.
See Also