This documentation is archived and is not being maintained.

FieldCollection::Contains Method (Field)

Checks whether this collection contains the specified Field.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
bool Contains(
	Field^ value
)

Return Value

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

Show: