This documentation is archived and is not being maintained.

StoredQuery Constructor

Initializes a new StoredQuery instance.

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

public:
StoredQuery(
	QueryScope queryScope, 
	String^ queryName, 
	String^ queryText, 
	String^ description
)

Parameters

queryScope
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::QueryScope

The scope of the query.

queryName
Type: System::String

The name of the stored query.

queryText
Type: System::String

The query string.

description
Type: System::String

A description of the query.

Show: