Gets a website collection object that represents all websites immediately beneath the website, excluding children of those websites.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax . . :: . SPWebCollection
A collection of SPWeb objects that represent child websites.
<ClientCallableAttribute> _
Public ReadOnly Property Webs As SPWebCollection
GetDim instance As SPWeb
Dim value As SPWebCollection
value = instance.Webs
[ClientCallableAttribute]
public SPWebCollection Webs { get; }Property Value
Type: Microsoft.SharePointA collection of SPWeb objects that represent child websites.