ICommonStructureService.ListAllProjects Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ListAllProjects As ProjectInfo()
ProjectInfo[] ListAllProjects()
array<ProjectInfo^>^ ListAllProjects()
abstract ListAllProjects : unit -> ProjectInfo[]
function ListAllProjects() : ProjectInfo[]
Return Value
Type: array<Microsoft.TeamFoundation.Server.ProjectInfo[]
Returns ProjectInfo.
.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.