SiteProperties.WebsCount property

Gets the number of [SPWeb] objects in the site.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public ReadOnly Property WebsCount As Integer
    Get
'Usage
Dim instance As SiteProperties
Dim value As Integer

value = instance.WebsCount
public int WebsCount { get; }

Property value

Type: System.Int32

See also

Reference

SiteProperties class

SiteProperties members

Microsoft.Online.SharePoint.TenantAdministration namespace