DomainProjectPicker.HostActiveTeamProjectCollection Property
Namespace: Microsoft.TeamFoundation.Proxy
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property HostActiveTeamProjectCollection As TfsTeamProjectCollection
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
Returns 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.