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