IsVisibleInNewBug Property
Description
Indicates if the specified Bug field is visible for the specified group in a new defect form.
Property type
Read-write property
Syntax
Visual Basic
Public Property IsVisibleInNewBug( _
   ByVal EntityName As String, _
   ByVal Field As Variant, _
   ByVal Group As Variant _
) As Boolean
Parameters
EntityName
The name of the database table.
Field
Group
CustomizationUsersGroup Object.
See Also