This documentation is archived and is not being maintained.

ProjectCollection::Contains Method (String)

Checks whether the project that is specified by its name exists in this collection.

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

public:
bool Contains(
	String^ projectName
)

Parameters

projectName
Type: System::String

The name of the project of interest.

Return Value

Type: System::Boolean
True if the specified project exists in this collection.

Show: