<DefaultMemberAttribute("Item")> _ <SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _ Public NotInheritable Class PublishingWebCollection Inherits CollectionBase
Dim instance As PublishingWebCollection
[DefaultMemberAttribute("Item")] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] public sealed class PublishingWebCollection : CollectionBase
This collection provides integer and string indexer methods, foreach enumeration support (For Each in Microsoft Visual Basic), and a Count property that can be used when explicitly iterating the collection.
This collection also supports creating new PublishingWeb instances using the
Add method.
The PublishingWebCollection object wraps a Windows SharePoint Services SPWebCollection object.