This topic has not yet been rated - Rate this topic

FieldCollection.Contains Method (String)

Checks whether this collection contains the Field that is specified by its name or reference name.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public bool Contains(
	string fieldName
)

Parameters

fieldName
Type: String

The name or reference name of the Field to check for.

Return Value

Type: Boolean
True if this collection contains the specified Field; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.