SPWeb::Webs property

Gets a website collection object that represents all websites immediately beneath the website, excluding children of those websites.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

Property value

Type: Microsoft.SharePoint.SPWebCollection
A collection of SPWeb objects that represent child websites.

Use the AllWebs property of the SPSite class to return all the websites within a site collection.

Show: