CanModifyField Property
Description
Indicates if members or owners of the specified group can modify the specified field.
Property type
Read-write property
Syntax
Visual Basic
Public Property CanModifyField( _
   ByVal EntityName As String, _
   ByVal Field As Variant, _
   ByVal Group As Variant _
) As Long
Parameters
EntityName
The name of the database table.
Field
Group
CustomizationUsersGroup Object.
Return Type
Remarks
See the example, "Grant permission to create a defect" in CanAddItem.
See Also