Field.HasPatternMatch Property

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)

Syntax

'Declaration
Public ReadOnly Property HasPatternMatch As Boolean
public bool HasPatternMatch { get; }
public:
property bool HasPatternMatch {
    bool get ();
}
member HasPatternMatch : bool with get
function get HasPatternMatch () : boolean

Property Value

Type: System.Boolean
True if the value of this field must match a pattern; otherwise, false.

Remarks

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.

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace