ClientWebPartPropertyCollection.ICollection<ClientWebPartProperty>.Add method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub Add ( _
item As ClientWebPartProperty _
) Implements ICollection(Of ClientWebPartProperty).Add
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim item As ClientWebPartProperty
CType(instance, ICollection(Of ClientWebPartProperty)).Add(item)
void ICollection<ClientWebPartProperty>.Add(
ClientWebPartProperty item
)
Parameters
Implements
See also
Reference
ClientWebPartPropertyCollection class