Classification.ListProjects Method

Lists projects.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ListProjects As CommonStructureProjectInfo()
[WebMethodAttribute]
public CommonStructureProjectInfo[] ListProjects()
[WebMethodAttribute]
public:
array<CommonStructureProjectInfo^>^ ListProjects()
[<WebMethodAttribute>]
member ListProjects : unit -> CommonStructureProjectInfo[] 
public function ListProjects() : 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