IMetadataFile.TestList Property

Gets or sets the semicolon-separated test lists in the file to run.

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

Syntax

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

Property Value

Type: System.String
The semicolon-separated test lists in the file to run.

.NET Framework Security

See Also

Reference

IMetadataFile Interface

Microsoft.TeamFoundation.Build.Client Namespace