Share via


TestMetadataFileSpec.HasTestLists Property

Gets a flag indicating whether the TestLists property is set.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property HasTestLists As Boolean
    Get
[BrowsableAttribute(false)]
public bool HasTestLists { get; }
[BrowsableAttribute(false)]
public:
property bool HasTestLists {
    bool get ();
}
[<BrowsableAttribute(false)>]
member HasTestLists : bool
function get HasTestLists () : boolean

Property Value

Type: System.Boolean
True if the TestLists property is set; otherwise, false.

.NET Framework Security

See Also

Reference

TestMetadataFileSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace