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: String
The default query.
.NET Framework Security
- 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.