Web.Webs - Propriété
Gets a Web site collection object that represents all Web sites immediately beneath the Web site, excluding children of those Web sites.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Webs As WebCollection
Get
'Utilisation
Dim instance As Web
Dim value As WebCollection
value = instance.Webs
public WebCollection Webs { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.WebCollection
A WebCollection object that represents the child Web sites.