TestMetadataFileSpec.TestLists Property
Gets or sets a StringList object that contains the paths to tests to execute.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property TestLists As StringList
[BrowsableAttribute(true)]
public StringList TestLists { get; set; }
[BrowsableAttribute(true)]
public:
property StringList^ TestLists {
StringList^ get ();
void set (StringList^ value);
}
[<BrowsableAttribute(true)>]
member TestLists : StringList with get, set
function get TestLists () : StringList
function set TestLists (value : StringList)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.Activities.StringList
A StringList object that contains the paths to tests to execute.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace