Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List of SPWebInfo objects representing the SPWeb objects in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WebsInfo As List(Of SPWebInfo)
Get
'Usage
Dim instance As SPWebCollection
Dim value As List(Of SPWebInfo)
value = instance.WebsInfo
public List<SPWebInfo> WebsInfo { get; }
Property value
Type: System.Collections.Generic.List<SPWebInfo>
The List<T>SPWebInfo objects in the collection.
Remarks
This list is primarily used to retrieve properties of SPWeb objects in the collection.