SPWeb.Webs property
SharePoint 2013
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)
[ClientCallableAttribute(ClientLibraryTargets = ClientLibraryTargets.NonRESTful)] public SPWebCollection Webs { get; }
Property value
Type: Microsoft.SharePoint.SPWebCollectionA collection of SPWeb objects that represent child websites.