ConnectionStartingEventArgs.TeamProjectCollection Property
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Property TeamProjectCollection As TfsTeamProjectCollection
public TfsTeamProjectCollection TeamProjectCollection { get; private set; }
public:
property TfsTeamProjectCollection^ TeamProjectCollection {
TfsTeamProjectCollection^ get ();
private: void set (TfsTeamProjectCollection^ value);
}
member TeamProjectCollection : TfsTeamProjectCollection with get, private set
function get TeamProjectCollection () : TfsTeamProjectCollection
private function set TeamProjectCollection (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.