Share via


ProjectCollection.GetReferencedSharePointWebApplications Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetReferencedSharePointWebApplications As ICollection(Of SharePointWebApplication)
public ICollection<SharePointWebApplication> GetReferencedSharePointWebApplications()
public:
ICollection<SharePointWebApplication^>^ GetReferencedSharePointWebApplications()
member GetReferencedSharePointWebApplications : unit -> ICollection<SharePointWebApplication> 
public function GetReferencedSharePointWebApplications() : ICollection<SharePointWebApplication>

Return Value

Type: System.Collections.Generic.ICollection<SharePointWebApplication>

.NET Framework Security

See Also

Reference

ProjectCollection Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace