Share via


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

‘선언
<BrowsableAttribute(True)> _
Public Property TestLists As StringList
    Get
    Set
[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

See Also

Reference

TestMetadataFileSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace