This documentation is archived and is not being maintained.

ProjectCollection::Contains Method (Project)

Checks whether the specified project exists in this collection.

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

public:
bool Contains(
	Project^ value
)

Parameters

value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Project

The project object of interest.

Return Value

Type: System::Boolean
True if the project exists in this collection; otherwise, false.

Show: