ActivitiesResources.TestSpecTestCaseFilterDescription Field
Use the specified filter to select tests to run based on filter criteria. You can use the format <property>=<value> to construct your filter. You can also use the logical operator || to construct your filter. For example, TestCategory=Nightly||Priority=0
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Const TestSpecTestCaseFilterDescription As String
public const string TestSpecTestCaseFilterDescription
public:
literal String^ TestSpecTestCaseFilterDescription
static val mutable TestSpecTestCaseFilterDescription: string
public const var TestSpecTestCaseFilterDescription : String
.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