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.
Gets or sets the current active team project collection.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property HostActiveTeamProjectCollection As TfsTeamProjectCollection
Get
Set
public TfsTeamProjectCollection HostActiveTeamProjectCollection { get; set; }
public:
property TfsTeamProjectCollection^ HostActiveTeamProjectCollection {
TfsTeamProjectCollection^ get ();
void set (TfsTeamProjectCollection^ value);
}
member HostActiveTeamProjectCollection : TfsTeamProjectCollection with get, set
function get HostActiveTeamProjectCollection () : TfsTeamProjectCollection
function set HostActiveTeamProjectCollection (value : TfsTeamProjectCollection)
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
The active team project collection.
Remarks
This will prevent the user from removing this collection from the registered server list. Null will allow the user to remove any collection.
.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.