Classification.ListAllProjects Method

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

Syntax

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

Return Value

Type: array<Microsoft.TeamFoundation.Server.ProjectInfo[]

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace