Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the underlying work item project.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
Project WitProject { get; }
property Project^ WitProject {
Project^ get();
}
abstract WitProject : Project with get
ReadOnly Property WitProject As Project
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Project
The underlying work item project.
See Also
WitProject
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top