SPWebCollection.WebsInfo property

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.

See also

Reference

SPWebCollection class

SPWebCollection members

Microsoft.SharePoint namespace