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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Webs As SPWebCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPWebCollection

value = instance.Webs
[ClientCallableAttribute]
public SPWebCollection Webs { get; }

Property Value

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

Remarks

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

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace