SPUserCodePropertyCollection.Add method

Adds a SPUserCodeProperty into the collection.

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

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

Remarks

This method adds the SPUserCodeProperty into the collection.

See also

Reference

SPUserCodePropertyCollection class

SPUserCodePropertyCollection members

Microsoft.SharePoint.WebPartPages namespace