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 TeamProject objects in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetAllTeamProjects ( _
refresh As Boolean _
) As TeamProject()
public TeamProject[] GetAllTeamProjects(
bool refresh
)
public:
array<TeamProject^>^ GetAllTeamProjects(
bool refresh
)
member GetAllTeamProjects :
refresh:bool -> TeamProject[]
public function GetAllTeamProjects(
refresh : boolean
) : 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: array<Microsoft.TeamFoundation.VersionControl.Client.TeamProject[]
The TeamProject objects in the repository.
.NET Framework Security
- 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.