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