Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
indicates whether to filter out work items that are not part of the selected project. If this property is set to 'true' and a query returns work items that are not members of the currently selected project then a dialog box is displayed and the work items are not shown.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property FilterItemsNotInProject As Boolean
public bool FilterItemsNotInProject { get; set; }
public:
property bool FilterItemsNotInProject {
bool get ();
void set (bool value);
}
member FilterItemsNotInProject : bool with get, set
function get FilterItemsNotInProject () : boolean
function set FilterItemsNotInProject (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace