Project Class

This is a read-only class that inherits from the Node.

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

Syntax

'Declaration
Public NotInheritable Class Project
'Usage
Dim instance As Project
public sealed class Project
public ref class Project sealed
public final class Project

Remarks

Project encapsulates a node which represents a team project in the work item store. Every work item must belong to a team project or Project node.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Project

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Project Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace