Classification.ListProjects Method

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace