ClientWebPartPropertyCollection class

ClientWebPartPropertyCollection Need ICollection for designer.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WebPartPages.ClientWebPartPropertyCollection

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class ClientWebPartPropertyCollection _
    Implements ICollection(Of ClientWebPartProperty), IEnumerable(Of ClientWebPartProperty),  _
    ICollection, IEnumerable
'Usage
Dim instance As ClientWebPartPropertyCollection
public sealed class ClientWebPartPropertyCollection : ICollection<ClientWebPartProperty>, 
    IEnumerable<ClientWebPartProperty>, ICollection, IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ClientWebPartPropertyCollection members

Microsoft.SharePoint.WebPartPages namespace