This documentation is archived and is not being maintained.

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: System::String

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

Return Value

Type: System::Boolean
True if this collection contains the specified Field; otherwise, false.

Show: