Dela via


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

See Also

Reference

IProjectFile Interface

IProjectFile Members

Microsoft.TeamFoundation.Build.Client Namespace