TfsTeamProjectCollectionFactory.Collections Property

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Collections As ReadOnlyCollection(Of TfsTeamProjectCollection)
public static ReadOnlyCollection<TfsTeamProjectCollection> Collections { get; }
public:
static property ReadOnlyCollection<TfsTeamProjectCollection^>^ Collections {
    ReadOnlyCollection<TfsTeamProjectCollection^>^ get ();
}
static member Collections : ReadOnlyCollection<TfsTeamProjectCollection> with get
static function get Collections () : ReadOnlyCollection<TfsTeamProjectCollection>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<TfsTeamProjectCollection>

.NET Framework Security

See Also

Reference

TfsTeamProjectCollectionFactory Class

Microsoft.TeamFoundation.Client Namespace