ITestRun.IsBvt Property
Gets or sets a value that indicates whether this test run is a build verification test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
bool IsBvt { get; set; }
property bool IsBvt {
bool get();
void set(bool value);
}
abstract IsBvt : bool with get, set
Property IsBvt As Boolean
Property Value
Type: System.Boolean
true if this test run is a build verification test; otherwise, false.
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top