Freigeben über


ConnectionCompletedEventArgs.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

See Also

Reference

ConnectionCompletedEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace