This documentation is archived and is not being maintained.

FieldCollection::Contains Method (Int32)

Checks whether this collection contains the Field that is specified by its ID.

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

public:
bool Contains(
	int id
)

Parameters

id
Type: System::Int32

The ID of the desired Field.

Return Value

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

Show: