Share via


RegisteredTfsConnections.GetProjectCollections Method (String)

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

Syntax

'Declaration
Public Shared Function GetProjectCollections ( _
    serverName As String _
) As List(Of RegisteredProjectCollection)
public static List<RegisteredProjectCollection> GetProjectCollections(
    string serverName
)
public:
static List<RegisteredProjectCollection^>^ GetProjectCollections(
    String^ serverName
)
static member GetProjectCollections : 
        serverName:string -> List<RegisteredProjectCollection> 
public static function GetProjectCollections(
    serverName : String
) : List<RegisteredProjectCollection>

Parameters

Return Value

Type: System.Collections.Generic.List<RegisteredProjectCollection>

.NET Framework Security

See Also

Reference

RegisteredTfsConnections Class

GetProjectCollections Overload

Microsoft.TeamFoundation.Client Namespace