ITestPlanCollection.QueryText Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the default query that is used to populate the test plan hierarchy. This includes test runs and test points.

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

Syntax

'Declaration
Property QueryText As String
string QueryText { get; set; }
property String^ QueryText {
    String^ get ();
    void set (String^ value);
}
abstract QueryText : string with get, set
function get QueryText () : String
function set QueryText (value : String)

Property Value

Type: System.String
The default query.

.NET Framework Security

See Also

Reference

ITestPlanCollection Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPlan

ITestPoint

ITestRun