This documentation is archived and is not being maintained.
Field::HasPatternMatch Property
Visual Studio 2013
Gets a flag that indicates whether the value of this field must match a pattern.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The pattern constraint for this field is not available directly through the object model. You must use the Export(Boolean) method to export the WorkItemType definition to XML and then parse the output to identify any pattern matches for this field.
- 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.
Show: