ClientWebPartPropertyCollection.Add method
Adds a property to the collection. !!! This is called from a designer on save which is why we have it. If you remove this method you will break the designer scenarios.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
item As ClientWebPartProperty _
)
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim item As ClientWebPartProperty
instance.Add(item)
public void Add(
ClientWebPartProperty item
)
Parameters
See also
Reference
ClientWebPartPropertyCollection class