Share via


SharePointWebApplication.DependentProjectPortals Property

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

Syntax

'Declaration
Public ReadOnly Property DependentProjectPortals As ICollection(Of ProjectPortal)
public ICollection<ProjectPortal> DependentProjectPortals { get; }
public:
property ICollection<ProjectPortal^>^ DependentProjectPortals {
    ICollection<ProjectPortal^>^ get ();
}
member DependentProjectPortals : ICollection<ProjectPortal> with get
function get DependentProjectPortals () : ICollection<ProjectPortal>

Property Value

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

.NET Framework Security

See Also

Reference

SharePointWebApplication Class

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