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
'Декларация
Property TestList As String
Get
Set
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
- 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.