Web.Webs property
Gets a Web site collection object that represents all Web sites immediately beneath the Web site, excluding children of those Web sites.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Webs As WebCollection
Get
'Usage
Dim instance As Web
Dim value As WebCollection
value = instance.Webs
public WebCollection Webs { get; }
Property value
Type: Microsoft.SharePoint.Client.WebCollection
A WebCollection object that represents the child Web sites.