Share via


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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Webs As WebCollection
    Get
'Usage
Dim instance As Web
Dim value As WebCollection

value = instance.Webs
[RemoteAttribute]
public WebCollection Webs { get; }

Property Value

Type: Microsoft.SharePoint.Client.WebCollection
A WebCollection object that represents the child Web sites.

See Also

Reference

Web Class

Web Members

Microsoft.SharePoint.Client Namespace