Свойство Web.Webs
Gets a Web site collection object that represents all Web sites immediately beneath the Web site, excluding children of those Web sites.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property Webs As WebCollection
Get
'Применение
Dim instance As Web
Dim value As WebCollection
value = instance.Webs
public WebCollection Webs { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.WebCollection
A WebCollection object that represents the child Web sites.