Share via


SharePointWebApplication.AllDependents 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 AllDependents As ICollection(Of CatalogObject)
public ICollection<CatalogObject> AllDependents { get; }
public:
property ICollection<CatalogObject^>^ AllDependents {
    ICollection<CatalogObject^>^ get ();
}
member AllDependents : ICollection<CatalogObject> with get
function get AllDependents () : ICollection<CatalogObject>

Property Value

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

.NET Framework Security

See Also

Reference

SharePointWebApplication Class

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