Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementTeamProject::Queries Property

 

Gets the current list of stored queries for this team project.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property IList<ITestCaseQuery^>^ Queries {
	IList<ITestCaseQuery^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<ITestCaseQuery^>^

The current list of stored queries for this team project.

Return to top
Show: