This documentation is archived and is not being maintained.

TagComparison Enumeration

Specifies the strength of comparison to use when matching an agent’s tags to the specified tags in a query method.

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

'Declaration
Public Enumeration TagComparison

Member nameDescription
MatchAtLeastThe target agent’s tags must match at least the specified tags.

MatchExactlyThe target agent’s tags must exactly match the specified tags.

Show: