TfsMessageQueueService.ProjectCollection Property
Note: This API is now obsolete.
Gets the associated project collection.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. See TfsMessageQueueService.Connection instead.")> _
Public ReadOnly Property ProjectCollection As TfsTeamProjectCollection
[ObsoleteAttribute("This property has been deprecated. See TfsMessageQueueService.Connection instead.")]
public TfsTeamProjectCollection ProjectCollection { get; }
[ObsoleteAttribute(L"This property has been deprecated. See TfsMessageQueueService.Connection instead.")]
public:
property TfsTeamProjectCollection^ ProjectCollection {
TfsTeamProjectCollection^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. See TfsMessageQueueService.Connection instead.")>]
member ProjectCollection : TfsTeamProjectCollection with get
function get ProjectCollection () : 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.