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
- 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.