IProjectFile.RunTest Property
Gets or sets the status of tests. If this is set to true, all tests specified by IMetadataFile, are run; if false, no tests are run.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property RunTest As Boolean
'Usage
Dim instance As IProjectFile
Dim value As Boolean
value = instance.RunTest
instance.RunTest = value
bool RunTest { get; set; }
property bool RunTest {
bool get ();
void set (bool value);
}
function get RunTest () : boolean
function set RunTest (value : boolean)
Property Value
Type: System.Boolean
.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.