IsVisibleInNewBug Property
Description
Indicates if the field is visible for the specified groups in a new defect form.
Property type
Read-write property
Syntax
Visual Basic
Public Property IsVisibleInNewBug As Long
Remarks

When the bit corresponding to the CustomizationUsersGroup.ID in the group mask is set, the field is visible to members of the group in the Add Defect dialog.

For example, if bit 0 is set, then the module is visible for members of the group where CustomizationUsersGroup.ID = 0.

This single property controls field visibility for all groups.

See Also