Classification.ListAllProjects Method

Lists all projects.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ListAllProjects As CommonStructureProjectInfo()
[WebMethodAttribute]
public CommonStructureProjectInfo[] ListAllProjects()
[WebMethodAttribute]
public:
array<CommonStructureProjectInfo^>^ ListAllProjects()
[<WebMethodAttribute>]
member ListAllProjects : unit -> CommonStructureProjectInfo[] 
public function ListAllProjects() : CommonStructureProjectInfo[]

Return Value

Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]
The list of projects.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace