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