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