SPWebCollection.WebsInfo Property

List of SPWebInfo objects representing the SPWeb objects in the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property WebsInfo As List(Of SPWebInfo)
    Get
'Usage
Dim instance As SPWebCollection
Dim value As List(Of SPWebInfo)

value = instance.WebsInfo
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
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.

See Also

Reference

SPWebCollection Class

SPWebCollection Members

Microsoft.SharePoint Namespace