Share via


SPSiteSubscriptionPropertyCollection.Remove method

Removes the element with the specified key from the collection.

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

Syntax

'Declaration
Public Function Remove ( _
    key As String _
) As Boolean
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim returnValue As Boolean

returnValue = instance.Remove(key)
public bool Remove(
    string key
)

Parameters

Return value

Type: System.Boolean
true if the element is removed; otherwise, false.

See also

Reference

SPSiteSubscriptionPropertyCollection class

SPSiteSubscriptionPropertyCollection members

Microsoft.SharePoint namespace