Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if TestCaseFilter is set.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property HasTestCaseFilter As Boolean
[BrowsableAttribute(false)]
public bool HasTestCaseFilter { get; }
[BrowsableAttribute(false)]
public:
property bool HasTestCaseFilter {
bool get ();
}
[<BrowsableAttribute(false)>]
member HasTestCaseFilter : bool with get
function get HasTestCaseFilter () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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