SPUserCodePropertyCollection.Add Method
Adds a SPUserCodeProperty into the collection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Add ( _
userCodeProperty As SPUserCodeProperty _
)
'Usage
Dim instance As SPUserCodePropertyCollection
Dim userCodeProperty As SPUserCodeProperty
instance.Add(userCodeProperty)
public void Add(
SPUserCodeProperty userCodeProperty
)
Parameters
userCodeProperty
Type: Microsoft.SharePoint.WebPartPages.SPUserCodePropertyThe property object to be added into the collection.
Remarks
This method adds the SPUserCodeProperty into the collection.
See Also
Reference
SPUserCodePropertyCollection Class