This documentation is archived and is not being maintained.
Project::StoredQueries Property
Visual Studio 2013
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 (); }
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::StoredQueryCollectionReturns StoredQueryCollection.
- 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.
Show: