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
- serverName
Type: System.String
Return Value
Type: System.Collections.Generic.List<RegisteredProjectCollection>
.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.
See Also
Reference
RegisteredTfsConnections Class