This documentation is archived and is not being maintained.

Project::StoredQueries Property

Note: This API is now obsolete.

Gets the collection of stored queries that is associated with this project.

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

[ObsoleteAttribute(L"Please use the QueryHierarchy instead.")]
public:
property StoredQueryCollection^ StoredQueries {
	StoredQueryCollection^ get ();
}

Show: