TestSpec.HasCategoryFilter Property

Gets a flag indicating whether the CategoryFilter 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 HasCategoryFilter As Boolean
    Get
[BrowsableAttribute(false)]
public bool HasCategoryFilter { get; }
[BrowsableAttribute(false)]
public:
property bool HasCategoryFilter {
    bool get ();
}
[<BrowsableAttribute(false)>]
member HasCategoryFilter : bool
function get HasCategoryFilter () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

TestSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace