This documentation is archived and is not being maintained.

QueryDefinition::GetQueryType Method

Gets the query type from the specified text.

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

public:
static QueryType GetQueryType(
	String^ queryText
)

Parameters

queryText
Type: System::String

The query text to parse.

Show: