Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property TfsTeamProjectCollection As TfsTeamProjectCollection
Get
Set
public TfsTeamProjectCollection TfsTeamProjectCollection { get; set; }
public:
property TfsTeamProjectCollection^ TfsTeamProjectCollection {
TfsTeamProjectCollection^ get ();
void set (TfsTeamProjectCollection^ value);
}
member TfsTeamProjectCollection : TfsTeamProjectCollection with get, set
function get TfsTeamProjectCollection () : TfsTeamProjectCollection
function set TfsTeamProjectCollection (value : TfsTeamProjectCollection)
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
.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.