HideFilter Property
Description
The data hiding filter for the entity specified by the FilterType parameter.
Property type
Read-write property
Syntax
Visual Basic
Public Property HideFilter( _
   ByVal FilterType As String _
) As String
Parameters
FilterType
BUG, REQ, TEST, or TESTCYCL
Remarks
The data hide filter defines what data is visible for a specific group of users.
For example, if you set the HideFilter to be "BG_BUG_ID=1" for filter type "BUG", then only users belonging to the Viewer group will only be able to get the defect with Id=1. 
See Also