This documentation is archived and is not being maintained.
VersionControlServer.GetAllTeamProjects Method
Visual Studio 2013
Gets the TeamProject objects in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetAllTeamProjects ( _ refresh As Boolean _ ) As TeamProject()
Parameters
- refresh
- Type: System.Boolean
True to refresh the team project cache by calling the server. False to return cached projects without a call to server.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject()The TeamProject objects in the repository.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: