Classification.ListAllProjects Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<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
- 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.