SPUserCodePropertyCollection.Remove method

Removes a SPUserCodeProperty from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    userCodeProperty As SPUserCodeProperty _
)
'Usage
Dim instance As SPUserCodePropertyCollection
Dim userCodeProperty As SPUserCodeProperty

instance.Remove(userCodeProperty)
public void Remove(
    SPUserCodeProperty userCodeProperty
)

Parameters

Remarks

This method removes the first occurrence of a specific SPUserCodeProperty from the collection.

See also

Reference

SPUserCodePropertyCollection class

SPUserCodePropertyCollection members

Microsoft.SharePoint.WebPartPages namespace